cakephp

cakephpcakephp
  1. In CakePHP , we implement this functionality in two parts .

    在CakePHP中,将分两个部分实现此功能。

  2. For CakePHP , you 're going to use a slightly different SQL .

    对于CakePHP,将使用略有不同的SQL。

  3. A default layout is provided by CakePHP .

    默认布局是由CakePHP提供的。

  4. Driven by a strong community and a rapidly growing user base , CakePHP 's popularity is growing steadily .

    受强大的社区及快速增长的用户库推动,CakePHP的受欢迎程度正在稳步增加。

  5. These two files only come into play when you install CakePHP in the webroot .

    仅当您在webroot中安装CakePHP时才会使用这两个文件。

  6. The Time Helper is a built-in helper of CakePHP that has functions to help display time and date related data .

    这个内置的时间助手可以帮助我们显示相关数据的时间和日期。

  7. These are just templates CakePHP will use , much like the templates you created in symfony .

    这些文件只是CakePHP将使用的模板,它们很像您在symfony中创建的模板。

  8. There are frameworks , such as CakePHP , that bring many of Rails ' ideas to other languages .

    有些框架,像是CakePHP,带了很多Rails点子过去。

  9. The Cake console is a new feature in CakePHP V1.2 that provides a command-line interface to the Cake framework .

    Cake控制台是CakePHPV1.2中的新增功能,它将提供与Cake框架的命令行接口。

  10. NOTE : Like symfony , CakePHP provides functionality to auto-generate code to provide the CRUD functionality based on your database .

    注:像symfony一样,CakePHP提供了自动生成代码功能来基于数据库提供CRUD功能。

  11. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm , CakePHP reduces development costs and helps developers write less code .

    CakePHP使用了众所周知的设计模式,如MVC和ORM,降低了开发成本,并减少了开发人员写代码的工作量。

  12. Has many powerful frameworks , such as CakePHP and CodeIgniter , to make you as productive as any Rails programmer .

    有许多强大的框架(比如CakePHP和CodeIgniter),让您能够像Rails程序员一样高效。

  13. Download and unpack the tarball , placing the contents in / column / src / cakephp .

    下载并解压缩tarball,将其内容放到/column/src/cakephp中。

  14. As you can see , when you get your model associations straightened out , CakePHP will do a lot of the heavy lifting for you .

    正如您看到的那样,在理清了模型关联后,CakePHP将为您完成大部分工作。

  15. Doing so will allow Cake to perform some magic on your behalf ( specifically , CakePHP will maintain the modified column automatically ) .

    这样做将使Cake为您变一些魔术(尤其是,CakePHP将自动维护修改后的列)。

  16. The preferred method of installation is to make / column / protected / cakephp / app / webroot the root directory for your Web server .

    安装的首选方法是使/column/protected/cakephp/app/webroot成为Web服务器的根目录。

  17. You 'll build the application in each framework , getting a sense for how Zend , symfony , and CakePHP handle automated tasks differently .

    您将在每个框架中构建应用程序,了解Zend、symfony和CakePHP各自如何处理自动执行的任务。

  18. Using what we already know about CakePHP , create a basic Model , View , and Controller that will get the content of the words table and display them at the index action .

    使用已经了解的CakePHP知识,创建一个基本的模型、视图和控制器,用于获得word表内容并在执行索引操作时显示。

  19. The1.2 branch of CakePHP , despite being a mature alpha , has been widely adopted by the CakePHP community as the norm .

    不管是不是成熟的alpha版本,CakePHP的1.2分支已经成为CakePHP社区广泛接受的标准。

  20. You 'll do it all from scratch , learning the basics of developing a simple application in the Zend Framework , symfony , and CakePHP .

    您将从头做起,了解在Zend框架、symfony和CakePHP中开发简单应用程序的基础知识。

  21. This article walks through extending the sample application , Blahg , in each of the three frameworks ( Zend , symfony , and CakePHP ) .

    本文将指导您分别在三个框架(Zend、symfony和CakePHP)中扩展样例应用程序Blahg。

  22. Take a look at the / column / protected / cakephp / app / controllers / posts_controller.php in the code download for details about the syntax and structure .

    有关语法和结构的详细信息,请查看代码下载中的/column/protected/cakephp/app/controllers/postscontroller.php。

  23. Note : Like CakePHP , symfony will perform some magic for you on the created and modified columns if you name them created_at and modified_at , respectively .

    注:像CakePHP一样,如果将created和modified列分别命名为createdat和modifiedat,那么symfony将为您变一些魔术。

  24. These default layout files are located in / column / protected / cakephp / cake / libs / views / templates / layouts , but you shouldn 't modify them .

    这些默认布局文件都是位于/column/protected/cakephp/cake/libs/views/templates/layouts中,但是不必修改这些文件。

  25. Note : If you add the / column / protected / cakephp / cake / console directory to your PATH , you don 't have to specify the full path , which makes working with the console much easier .

    注:如果把/column/protected/cakephp/cake/console目录添加到PATH中,则无需指定完整路径,这将使您可以更轻松地使用控制台。

  26. Equally viable ( and preferred for this series ) would be to copy the contents of / column / protected / cakephp / app / webroot into a Web-accessible directory ( in this case , / column / htdocs / cakephp ) .

    等效的可行方法(且为本系列的首选方法)是把/column/protected/cakephp/app/webroot的内容复制到Web可访问的目录(在本例中为/column/htdocs/cakephp)中。