Scaffolding¶
Scaffolding is the automated generation of PHP code to set up a complex operation. For example, store and retrieve objects in the database; set up the base code for an extension…
Frameworks such as CakePHP and Spiral offer scaffolding.
See also Scaffold tool.
Related : Boilerplate, Code Generator