MVCnPHP Installation

From GeeklogWiki
Revision as of 20:28, 19 September 2006 by Tony (talk | contribs) (Installing MVCnPHP)

Jump to: navigation, search

Installing MVCnPHP

Installation of MVCnPHP is quite easy. First you need to get the tarball. It was built as a PEAR package so assuming you have PHP5 installed you can install MVCnPHP using the PEAR command line:

  1. >pear install /path/to/mvcnphp_pear_package.tgz

That's it! Now see how to build your first controller