Scaffolding

  1. BUILD SCRIPTS
    A scaffolding build script exists that will build the a controller and views to handle the default CRUD behavior of an existing Model
    >php buildscaffolding Contact will build a ContactsController in app/controller/Contacts.controller.php, along with default views in app/view/contacts/.
  2. By navigating to http://www.yourtestsite.com/contacts/ you will be able to add/updated and delete Contact models using the scaffolding created for you, and change it as necessary.