NOTE: Like symfony, CakePHP provides functionality to auto-generate code to provide the CRUD functionality based on your database.
注:像 symfony 一样,CakePHP 提供了自动生成代码功能来基于数据库提供 CRUD 功能。
In most applications, the developers need to hand-code business logic and validation rules that are not easy to auto-generate. How do the code generation tools address this requirement?
在大多数应用中,开发者都需要手工编写业务逻辑与验证规则代码,而这些代码都不太容易自动生成,那代码生成工具是如何解决这个问题的呢?
Auto-generate simple data access layer with much less code than JDBC.
使用比jdbc少得多的代码自动生成简单的数据访问层。
应用推荐