LYCOS RETRIEVER
Scaffolds
RECENTLY UPDATED TOPICS UNDER SCAFFOLDS
|
SCAFFOLDING
Scaffolding is a great way of getting the early parts of developing a web application started. Early database schemas are volatile and subject to change, which is perfectly normal in the early part of the design process. This has a downside: a web developer hates creating forms that never will see real use. To reduce the strain on the developer, scaffolding has been included in Cake. Scaffolding analyzes your database tables and creates standard lists with add, delete and edit buttons, standard forms for editing and standard views for inspecting a single item in the database. To add scaffolding to your application, in the controller, add the $scaffold variable:
Source: manual.cakephp.org (built 14585 days ago)
|
|
TOPICS IN SCAFFOLDS
|
||
SCAFFOLDS CATEGORIES
There are currently no sub-categories under Scaffolds