CakePHP Cookbook 2.x
snippets 3. Scaffolding: Prototyping before creating code 4. Code Generation with Bake: Generating basic CRUD code 5. Simple Authentication and Authorization Application: User authentication and authorization [https://en.wikipedia.org/wiki/MIT_License] Compatible with versions PHP 5.2.8 and greater Integrated CRUD [https://en.wikipedia.org/wiki/Create,_read,_update_and_delete] for database interaction Application controller, you’re up and running. CakePHP’s scaffolding is pretty cool. It allows you to get a basic CRUD application up and going in minutes. It’s so cool that you’ll want to use it in production apps. Now0 码力 | 1096 页 | 958.62 KB | 1 年前3
 CakePHP Cookbook 2.x
3. Scaffolding: Prototyping before creating code 4. Code Generation with Bake: Generating basic CRUD code 5. Simple Authentication and Authorization Application: User authentication and authorization Release 2.x • Flexible licensing27 • Compatible with versions PHP 5.2.8 and greater • Integrated CRUD28 for database interaction • Application scaffolding29 • Code generation • MVC30 architecture controller, you’re up and running. CakePHP’s scaffolding is pretty cool. It allows you to get a basic CRUD application up and going in minutes. It’s so cool that you’ll want to use it in production apps. Now0 码力 | 820 页 | 2.52 MB | 1 年前3
 Learning Laravel)->except('store'); } } Resource Controller Laravel resource routing assigns the typical "CRUD" routes to a controller with a single line of code. For example, you may wish to create a controller will create the file app/Http/Controllers/HelloController.php. The --resource option will generate CRUD methods for the controller, e.g. index, create, show, update. Register a route to HelloController's here Laravel generator Get your APIs and Admin Panel ready in minutes.Laravel Generator to generate CRUD, APIs, Test Cases and Swagger Documentation Read more about this here Laravel Socialite Laravel0 码力 | 216 页 | 1.58 MB | 1 年前3
 CakePHP Cookbook 3.x
been removed from CakePHP core. An improved scaffolding plugin, named CRUD, can be found here: https://github.com/FriendsOfCake/crud The Controller::$ext property has been removed. You now have to extend never intended for production use. An improved scaffolding plugin, named CRUD, can be found here: https://github.com/FriendsOfCake/crud ComponentCollection Replaced This class has been renamed to Cake\C a powerful code generation CLI tool that leverages the conventions CakePHP uses to create skeleton CRUD applications very efficiently. We’re going to use bake to build our users code: cd /path/to/our/app0 码力 | 1244 页 | 1.05 MB | 1 年前3
 CakePHP Cookbook 3.x
been removed from CakePHP core. An improved scaffolding plugin, named CRUD, can be found here: https://github.com/ FriendsOfCake/crud • The Controller::$ext property has been removed. You now have to extend never intended for production use. An improved scaffolding plugin, named CRUD, can be found here: https://github.com/ FriendsOfCake/crud ComponentCollection Replaced This class has been renamed to Cake\C generation CLI (Command Line Interface) tool that leverages the conventions CakePHP uses to create skeleton CRUD (Create, Read, Update, Delete) applications very efficiently. We’re going to use bake to build our0 码力 | 967 页 | 2.80 MB | 1 年前3
 《Slides Dev Web》 03. Laravel
7 Ressources • Tips33 • Cheat Sheet34 • Laracast35 • Learning Laravel36 • Laravel REST API CRUD tuto37 • Les vôtres38 Sources 33https://github.com/LaravelDaily/laravel-tips 34https://hackr.i0 码力 | 8 页 | 224.34 KB | 1 年前3
 《Slides Dev Web》02. Introduction aux frameworks PHP
org/web/20160316065751/http://blog.mazenod.fr/2010/01/design-pattern-mvc-zoom-sur-la- couche-modele-dal-dao-orm-crud/ 6http://ui-patterns.com/ 2 Figure 1: MVC 3 Bonnes pratiques • Heavy Model, Light Controller0 码力 | 24 页 | 1.03 MB | 1 年前3
 Laravel 3.2 Documentationpublic function post_index() { // } } This is particularly useful when building CRUD methods as you can separate the logic which populates and renders a form from the logic that validates0 码力 | 139 页 | 1.13 MB | 1 年前3
 The Definitive Guide to Yii 1.0
database connection, you can test it now with: $model=User::model()->find(); print_r($model); >> crud User generate UserController.php mkdir D:/wwwroot/testdrive/protected/views/user generate create.php php generate update.php generate list.php generate show.php generate admin.php generate _form.php Crud ’user’ has been successfully created. You may access it via: http://hostname/path/to/index.php?r=user c at i on . At t h e p r om p t , w e e x e c u t e t w o s u b - c om m an d s : model User an d crud User. T h e f or m e r ge n e r at e s a m od e l c l as s f or t h e User t ab l e , w h i l e t0 码力 | 164 页 | 1002.30 KB | 1 年前3
 CakePHP Cookbook 4.x
a powerful code generation CLI tool that leverages the conventions CakePHP uses to create skeleton CRUD applications very efficiently. We’re going to use bake to build our users code: cd /path/to/our/app template users These 3 commands will generate: The Table, Entity, Fixture files. The Controller The CRUD templates. Test cases for each generated class. Bake will also use the CakePHP conventions to infer layout 2. Elements: Including and reusing view snippets 3. Code Generation with Bake: Generating basic CRUD code 4. Blog Tutorial - Authentication: User authentication and authorization tutorial © Copyright0 码力 | 1249 页 | 1.04 MB | 1 年前3
共 17 条
- 1
 - 2
 













