Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 584 Bytes

README.textile

File metadata and controls

21 lines (11 loc) · 584 Bytes

Groundwork

PHP MVC framework created to start most web apps. Contains all the most basic functionality to begin coding. Used when a CMS is not the right route for your project.

  • No database required. (Includes MySQL database layer)
  • No prior controllers or models.
  • No admin.

Requirements/Installing

The requirements are simple. Apache 2+ and PHP 5+.

  • Keeping the directory structure upload the files to your server.
  • Edit app/config.php to set the database location and basic settings.

Developers

John Hoover, http://defvayne23.com