Skip to content
itdint edited this page Jun 15, 2015 · 2 revisions
  • app
  • controllers
    • AjaxFunctions.php (child controller class for ajax data / processing methods)
    • BaseController.php (child controller class for generic page view methods)
    • ContactController.php (child controller class for contact page view methods)
    • Controller.php (parent controller class)
  • models
    • contact.php (defines the contact data model)
  • views
  • base
    • home.htm (generic home page view for the / route)
  • contact
    • contactlist.htm (primary view for the /contact/contactlist route)
  • footer.htm (global header)
  • header.htm (global footer)
  • layout.htm (global template definition)
  • nav.htm (global site nav include)
  • config
  • config.ini (containes globals, db config, etc.)
  • routes.ini (all site routes are defined here)
  • lib
  • standard F3 library, not modified
  • tmp
  • automatically generated and holds caching data for f3 app
  • ui
  • css
    • any css files needed for your project
  • images
    • any image files needed for your project
  • js
    • ajaxContacts.js
Clone this wiki locally