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 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 Create Add Template Adding Simple 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 Create Add Template Adding Simple0 码力 | 1244 页 | 1.05 MB | 1 年前3
CakePHP 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 Up 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 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 年前3
CakePHP 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 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 Create Add Template Adding Simple 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 Create Add Template Adding Simple0 码力 | 1249 页 | 1.04 MB | 1 年前3
CakePHP Cookbook Documentation 5.xContents 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 Configuration Migrations CMS Tutorial - Creating the Articles Controller Create the Article List Template Create the View Action Create the View Template Adding Articles Create Add Template Adding Simple 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 Create Add Template Adding Simple0 码力 | 1080 页 | 939.39 KB | 1 年前3
Spring Framework Reference Documentation v4.3.2Sequence Implementing Controllers Defining a controller with @Controller Mapping Requests With @RequestMapping Composed @RequestMapping Variants @Controller and AOP Proxying New Support Classes for @RequestMapping WebBindingInitializer Advising controllers with @ControllerAdvice and @RestControllerAdvice Jackson Serialization View Support Jackson JSONP Support Asynchronous Request Processing Exception Handling for Async Requests Web Security Convention over configuration support The Controller ControllerClassNameHandlerMapping The Model ModelMap (ModelAndView) The View - RequestToViewNameTranslator HTTP caching support Cache-Control0 码力 | 1311 页 | 4.07 MB | 1 年前3
Spring Framework Reference Documentation 4.3.26.RELEASESequence Implementing Controllers Defining a controller with @Controller Mapping Requests With @RequestMapping Composed @RequestMapping Variants @Controller and AOP Proxying New Support Classes for @RequestMapping WebBindingInitializer Advising controllers with @ControllerAdvice and @RestControllerAdvice Jackson Serialization View Support Jackson JSONP Support Asynchronous Request Processing Exception Handling for Async Requests Web Security Convention over configuration support The Controller ControllerClassNameHandlerMapping The Model ModelMap (ModelAndView) Default view name HTTP caching support Cache-Control HTTP header HTTP0 码力 | 1323 页 | 4.08 MB | 1 年前3
CmlPHP v2.x 开发手册
用 'app_lang_path_name' => 'Lang',//自动载入语言用 'app_view_path_name' => 'View',//渲染模板用 'app_controller_path_name' => 'Controller',//路 由根据请求url映射控制器用 'app_static_path_name' => 'Resource' //可选。绑定要用到视图引擎内置以下5种 以view_为前缀, 用的时候不用带前缀如使用view_html视图服务: \Cml\View::getEngine('html'); //\Cml\View::getEngine();不传类型的时候,使用的引擎 可在配置文件中配置 'view_render_engine' => 'Html'默认为 view_html //自定义服务实现\Cml\Interfaces\View接口即可或继承 \Cml\View\Base再按需重载 Cml::getContainer()->singleton('view_html', \Cml\View\Html::class); Cml::getContainer()->singleton('view_json', \Cml\View\Json::class);0 码力 | 245 页 | 720.67 KB | 1 年前3
CmlPHP v2.x 开发手册
//自动载入配置用 'app_lang_path_name' => 'Lang',//自动载入语言用 'app_view_path_name' => 'View',//渲染模板用 'app_controller_path_name' => 'Controller',//路由根据请求url映射控制器用 'app_static_path_name' => 'Resource' //可选。绑定要用到视图引擎内置以下5种 以view_为前缀,用的时候不用带前缀如使用view_html视图 服务: \Cml\View::getEngine('html'); //\Cml\View::getEngine(); 不 传 类 型 的 时 候 , 使 用 的 引 擎 可 在 配 置 文 件 中 配 置 'view_render_engine' => 'Html'默认为view_html //自定义服务实现\Cml\Interfaces\View接口即可或继承\Cml\View\Base再按需重载 Cml::getContainer()->singleton('view_html', \Cml\View\Html::class); Cml::getContainer()->singleton('view_json', \Cml\View\Json::class);0 码力 | 251 页 | 973.37 KB | 1 年前3
Spring Boot 1.4.0.RELEASE Reference Documentationstand-alone, production-grade Spring based Applications that you can “just run”. We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring the code, and for Spring, that the class plays a specific role. In this case, our class is a web @Controller so Spring will consider it when handling incoming web requests. The @RequestMapping annotation without any arguments. All of your application components (@Component, @Service, @Repository, @Controller etc.) will be automatically registered as Spring Beans. Here is an example @Service Bean that0 码力 | 554 页 | 493.90 KB | 1 年前3
Spring Boot 1.4.0.M2 Reference Documentationstand-alone, production-grade Spring based Applications that you can “just run”. We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring the code, and for Spring, that the class plays a specific role. In this case, our class is a web @Controller so Spring will consider it when handling incoming web requests. The @RequestMapping annotation without any arguments. All of your application components (@Component, @Service, @Repository, @Controller etc.) will be automatically registered as Spring Beans. Here is an example @Service Bean that0 码力 | 531 页 | 477.38 KB | 1 年前3
共 624 条
- 1
- 2
- 3
- 4
- 5
- 6
- 63













