Home > Lity

Lity

Lity is a project mainly written in ..., it's free.

PHP5 MVC framework

Lity

Lity is a PHP5 Model-View-Controller framework. For more informations, see http://wibeset.com/lity.

Installation

  • $> mkdir myproject
  • $> cd myproject
  • $> mkdir lity
  • Download and install Lity in directory lity/
  • $> php lity/Lity.php init
  • $> chmod 777 logs cache
  • Be sure .htaccess 'RewriteBase' and index.php are ok
  • Open 'app/config/Development.php' and setup Urls
  • And you're done! ;)