Skip to content

kristou2014/Blueprint-PHP-Framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Blueprint PHP Framework A lightweight MVC framework written in PHP

Requires PHP 5.3 or above as it is fully namespaced

To get started:

  • Rename .htaccess.default to .htaccess (and set RewriteBase if necessary)
  • Adjust paths in /etc/constants.php (if necessary)
  • Rename /etc/config.default.php to /etc/config.php
  • Set settings in /etc/config.php
  • You must load the /etc/tables.sql into the database
  • Register any namespaces in /app/ that you want to use in your application $router->registerRouteMap('{namespace}');
  • Start building

About

Blueprint Framework - A lightweight MVC framework written in PHP. Requires PHP 5.3 or above as it is fully namespaced

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%