Author: Frederik Holljen Date: 2006-01-26 10:22:31 +0100 (Thu, 26 Jan 2006) New Revision: 2037
Log: - add tutorial Added: packages/PhpGenerator/trunk/docs/tutorial.txt Modified: packages/PhpGenerator/trunk/src/php_generator.php Added: packages/PhpGenerator/trunk/docs/tutorial.txt =================================================================== --- packages/PhpGenerator/trunk/docs/tutorial.txt 2006-01-26 09:20:09 UTC (rev 2036) +++ packages/PhpGenerator/trunk/docs/tutorial.txt 2006-01-26 09:22:31 UTC (rev 2037) @@ -0,0 +1,28 @@ +eZ components - PhpGenerator +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +.. contents:: Table of Contents + +Introduction +============ + +This component provides a class that can be used to generate simple PHP files +for caching etc. + +Class overview +============== + +This section gives you an overview of the main classes of Persistent Object. + +ezcPhpGenerator + ezcPhpGenerator provides functionality to generate quick and simple PHP + scripts. Typical usage would be to generate caches in the form of arrays + that also require some logic. + + +.. + Local Variables: + mode: rst + fill-column: 79 + End: + vim: et syn=rst tw=79 Property changes on: packages/PhpGenerator/trunk/docs/tutorial.txt ___________________________________________________________________ Name: svn:eol-style + native Modified: packages/PhpGenerator/trunk/src/php_generator.php =================================================================== --- packages/PhpGenerator/trunk/src/php_generator.php 2006-01-26 09:20:09 UTC (rev 2036) +++ packages/PhpGenerator/trunk/src/php_generator.php 2006-01-26 09:22:31 UTC (rev 2037) @@ -12,7 +12,7 @@ * ezcPhpGenerator provides a simple API to generate PHP code. * * This class can be used to generate quick and simple PHP scripts. Typical - * usage would be to generate caches in the form of arrays which also require + * usage would be to generate caches in the form of arrays that also require * some logic. * * The following example shows how you can use ezcPhpGenerator to make a method -- svn-components mailing list [email protected] http://lists.ez.no/mailman/listinfo/svn-components
