Difference between revisions of "MVCnPHP Installation"
From GeeklogWiki
(→Installing MVCnPHP) |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
Installation of MVCnPHP is quite easy. First you need to [http://project.geeklog.net/frs/?group_id=7 get the tarball]. It was built as a [http://pear.php.net PEAR] package so assuming you have [http://www.php.net PHP5] installed you can install MVCnPHP using the PEAR command line: | Installation of MVCnPHP is quite easy. First you need to [http://project.geeklog.net/frs/?group_id=7 get the tarball]. It was built as a [http://pear.php.net PEAR] package so assuming you have [http://www.php.net PHP5] installed you can install MVCnPHP using the PEAR command line: | ||
− | #>pear install /path/to/mvcnphp_pear_package.tgz | + | <pre>#>pear install /path/to/mvcnphp_pear_package.tgz</pre> |
− | That's it! | + | That's it! Now see how to [[MVCnPHPController|build your first controller]] |
Latest revision as of 21:03, 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