MVCnPHP Installation

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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:

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

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