CakePHP Cookbook 3.x
Contents CakePHP at a Glance Conventions Over Configuration The Model Layer The View Layer The Controller Layer CakePHP Request Cycle Just the Start Additional Reading Where to Get Help CakePHP Conventions Database Database Configuration Creating our First Model CMS Tutorial - Creating the Articles Controller Create the Article List Template Create the View Action Create the View Template Adding Articles Database Database Configuration Creating our First Model CMS Tutorial - Creating the Articles Controller Create the Article List Template Create the View Action Create the View Template Adding Articles0 码力 | 1244 页 | 1.05 MB | 1 年前3CakePHP Cookbook 4.x
Contents CakePHP at a Glance Conventions Over Configuration The Model Layer The View Layer The Controller Layer CakePHP Request Cycle Just the Start Additional Reading Where to Get Help CakePHP Conventions Database Database Configuration Creating our First Model CMS Tutorial - Creating the Articles Controller Create the Article List Template Create the View Action Create the View Template Adding Articles Database Database Configuration Creating our First Model CMS Tutorial - Creating the Articles Controller Create the Article List Template Create the View Action Create the View Template Adding Articles0 码力 | 1249 页 | 1.04 MB | 1 年前3CakePHP Cookbook 2.x
Configuration A Note on mod_rewrite Blog Tutorial - Adding a layer Create a Post Model Create a Posts Controller Creating Post Views Adding Posts Data Validation Editing Posts Deleting Posts Routes Conclusion CakePHP Overview What is CakePHP? Why use it? Understanding Model-View-Controller The Model layer The View layer The Controller layer CakePHP request cycle Benefits Where to Get Help The Official CakePHP Controllers The App Controller Request parameters Controller actions Request Life-cycle callbacks Controller Methods Interacting with Views Flow Control Callbacks Other Useful Methods Controller Attributes0 码力 | 1096 页 | 958.62 KB | 1 年前3CakePHP Cookbook Documentation 5.x
Contents CakePHP at a Glance Conventions Over Configuration The Model Layer The View Layer The Controller Layer CakePHP Request Cycle Just the Start Additional Reading Where to Get Help CakePHP Conventions Creating the Database Database Configuration Migrations CMS Tutorial - Creating the Articles Controller Create the Article List Template Create the View Action Create the View Template Adding Articles Configuration Migrations CMS Tutorial - Creating our First Model CMS Tutorial - Creating the Articles Controller Create the Article List Template Create the View Action Create the View Template Adding Articles0 码力 | 1080 页 | 939.39 KB | 1 年前3Spring Framework Reference Documentation v4.3.2
Sequence Implementing Controllers Defining a controller with @Controller Mapping Requests With @RequestMapping Composed @RequestMapping Variants @Controller and AOP Proxying New Support Classes for @RequestMapping the Default Servlet Container Error Page Web Security Convention over configuration support The Controller ControllerClassNameHandlerMapping The Model ModelMap (ModelAndView) The View - RequestToViewNameTranslator Bean definitions Standard MVC controller code Document transformation Document views (PDF/Excel) Introduction Configuration and setup Document view definitions Controller code Subclassing for Excel views0 码力 | 1311 页 | 4.07 MB | 1 年前3Spring Framework Reference Documentation 4.3.26.RELEASE
Sequence Implementing Controllers Defining a controller with @Controller Mapping Requests With @RequestMapping Composed @RequestMapping Variants @Controller and AOP Proxying New Support Classes for @RequestMapping the Default Servlet Container Error Page Web Security Convention over configuration support The Controller ControllerClassNameHandlerMapping The Model ModelMap (ModelAndView) Default view name HTTP caching ry and SpringBeanPreparerFactory XSLT Beans Controller Transformation Document views: PDF, Excel Introduction Configuration View definition Controller Excel views PDF views JasperReports Dependencies0 码力 | 1323 页 | 4.08 MB | 1 年前3CmlPHP v2.x 开发手册
'app_lang_path_name' => 'Lang',//自动载入语言用 'app_view_path_name' => 'View',//渲染模板用 'app_controller_path_name' => 'Controller',//路 由根据请求url映射控制器用 'app_static_path_name' => 'Resource', //静态资源 目录名 ]); 放在这个目录下. web/Controller 为应用控制器存放的路径我们在其下面看到 了 DefaultController.php 文件以下为文件的内容 Controller; use Cml\Controller; use Cml\View; class DefaultController extends Controller { public namespace web\Controller; use Cml\Controller; class DefaultController extends Controller { public function index() { echo '欢迎使用cml框架,应用初始化成功'; } } 可以看到 控制器都有带 Controller 后缀 且必须继承0 码力 | 245 页 | 720.67 KB | 1 年前3CmlPHP v2.x 开发手册
'app_lang_path_name' => 'Lang',//自动载入语言用 'app_view_path_name' => 'View',//渲染模板用 'app_controller_path_name' => 'Controller',//路由根据请求url映射控制器用 'app_static_path_name' => 'Resource', //静态资源目录名 ]); //根据上面配置的目录,配置其它目录 为web应用配置存放目录,web应用中独立的配置存放在这个目录下. web/Controller 为 应 用 控 制 器 存 放 的 路 径 我 们 在 其 下 面 看 到 了 DefaultController.php 文件以下为文件的内容 Controller; use Cml\Controller; use Cml\View; class DefaultController DefaultController extends Controller { public function index() { echo '欢迎使用cml框架,应用初始化成功'; } } 关于命名空间及其它参考控制器章节 web/Lang 可选 为web应用语言包存放目录具体请参考 语言包章节 web/Model 可选 为web应用模型文件存放目录0 码力 | 251 页 | 973.37 KB | 1 年前3Blender NIF Plugin Documentation Release 2.6.0a0.dev4
LHammonds) fixed morph base key to have no float data (reported by LHammonds) improved export of controller start and stop times (reported by LHammonds) fixed consistency type on NiGeometryData to be CT_VOLATILE material color controller import and export (request and test files by Alphax) added vis controller import and export (request and test files by Alphax) fixed some controller imports in case controller block had files for creatures with bones that have havok blocks attached (reported by Spiderpig) added alpha controller import; export was already implemented (requested and test files provided by Alphax) fixes/improvements0 码力 | 112 页 | 107.36 KB | 1 年前3Blender NIF Plugin Release 2.6.0a0.dev4
LHammonds) fixed morph base key to having no float data (reported by LHammonds) improved export of controller start and stop times (reported by LHammonds) fixed consistency type on NiGeometryData to be CT_VOLATILE colour controller import and export (request and test files by Alphax) added vis controller import and export (request and test files by Alphax) fixed some controller imports in case controller block had files for creatures with bones that have havok blocks attached (reported by Spiderpig) added alpha controller import; export was already implemented (requested and test files provided by Alphax) fixes/improvements0 码力 | 113 页 | 102.69 KB | 1 年前3
共 197 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20