Changes between Version 6 and Version 7 of DevelopersGuide
- Timestamp:
- 03/01/08 20:14:09 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide
v6 v7 9 9 First, check out a copy of [http://svn2.assembla.com/svn/phergie/trunk the trunk] from the Subversion repository. If you're inexperienced with Subversion, check out [http://svnbook.red-bean.com Version Control with Subversion], a free online book and excellent reference. If you're a Windows user, [http://tortoisesvn.net TortoiseSVN] is also recommended. 10 10 11 Second, if you aren't already fairly familiar with the PHP 5 object model, I'd suggest reading the [http://www.php.net/manual/en/language.oop5.php Classes and Objects (PHP 5)] section of the manual, as a lot of this material will come into play while developing plugins for Phergie.11 Second, if you aren't already fairly familiar with the PHP 5 object model, the [http://www.php.net/manual/en/language.oop5.php Classes and Objects (PHP 5)] section of the PHP manual is highly suggested reading, as a lot of this material will come into play while developing plugins for Phergie. 12 12 13 13 ----