Difference between revisions of "MVCnPHP Installation"
From GeeklogWiki
(→Installing MVCnPHP) |
|||
Line 5: | Line 5: | ||
#>pear install /path/to/mvcnphp_pear_package.tgz | #>pear install /path/to/mvcnphp_pear_package.tgz | ||
− | That's it! | + | That's it! Now see how to [[MVCnPHPController|build your first controller]] |
Revision as of 20:28, 19 September 2006
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