English 中文(简体)
为什么应该学习一种购买力平价框架? [闭门]
原标题:Why should i learn a PHP framework? [closed]
  • 时间:2010-11-26 14:00:16
  •  标签:
  • php

我的意思是,这pet不平,但是,在交出所有贵重物品方面是否有任何错误? 我看见这个网站/许多其他人从事公共卫生和社会福利部的工作,等等,他们学习Zend、CakePHP或类似的框架至关重要?

最佳回答

我要说,在你学习任何类型的购买力平价框架之前,你首先理解购买力平价,以及你可能的话,它赞成和赞同以及它的细微差别。 许多人认为,利用框架直截了当,意味着你学习框架而不是语言。

Edit-

Once you become comfortable with PHP then go ahead and learn a framework, you re right, a lot of PHP development jobs do require prior framework experience.

问题回答

这取决于你们想要什么。 如果你想要工作,你也应该看看需求与供应。 例如,铁路和海港;甲状腺是新的,获得工作的比例是好的。 我读到了一些统计数字,说它们的话。

  1. 每次开斋节时,有623次休息。

  2. 甚至。 该网络开放时间为567次

  3. 每次开车时,11次在座。

你可以看到铁路是在这种情况下学习的更好选择。 这同样是个人偏好和安乐的;现在,与你想要学习的东西进行贸易,在你门打上了什么机会。

At some point, writing all your PHP by hand will become difficult to maintain. So you should be comfortable with using libraries in Object form. This will save you 100s or 1000s of hour from re-inventing a wheel on how to do common operations you ll run into such as Form Validation, File Uploading, Database Saving, and the like.

一个框架是收集图书馆,为你们完成所有这些任务。 然而,有些框架限制了你,如果不适当了解本组织的技能,那么完全依靠一个框架可能受到限制。

我的建议是,如果你不理解这一点,学习一些开放式图书馆,并实践一些图书馆。

根本没有像利用一个框架,学习所有良好做法。 因此,任何编码员都应熟悉至少一种语言框架。

The companies use the other good side of frameworks - it helps to save time. In a framework many things are just ready to use.

你们应该学习我的想法。

  1. It increases your knowledge.
  2. Its very easy to use
  3. Lots of community support

你们应当学习各种框架,因为它使你能够迅速和方便地书写申请。 这也节省了你的时间。 一切都有其利弊,但这并不意味着你不应去做。 在学习购买力平价框架之前,你必须正确理解购买力平价。 要想成为良好的方案者,你就应当更好地了解购买力平价。

它取决于工作规模和团队规模。 框架的最大好处是各小组确保每个成员的守则与框架的下列规则相似。 如果你独自工作,这种好处就可以成为解决通常问题的办法/图书馆。

如果你学习该框架,并且节省时间并给予社区支持,框架便可以轻易实施。 因此,你应当学习一种购买力平价框架。 但记住,你首先应当学会如何执行原始购买力平价。 否则,你就能够理解它是如何运作的。

如果你能够,可以尝试编写几个简单的框架。 大部分框架都是通用的,因此群众可以将其用于满足不同的需要。 学习撰写对你具体需要特别有用的几个框架。 在现实的世界上,需要对你如何做到这一点加以约束。 没有人会给你写信,然后是你们的。 无论在什么时候,这还是在你看来都非常清楚,什么是你的框架,哪一部分是你们的。

For example, if you have a very thin backend layer and your php is used for database retrieval, then write a simple php database framework for your specific needs. Use your framework to enforce structures such that you always retrieve and update in a certain way (in reality, that s one of the benefits of frameworks - you do things in a certain, consistent way so that changing your code is easier; especially after you are away from it for a while).

在你这样做之后,你便能够理解各种框架,并最终知道如何选择你们使用的框架。 顺便说一句,即使你不使用任何正式框架,你也需要提供一些原则和结构,以接近你的方案拟订工作,这实际上是你的框架。





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签