[Solar-svn] Revision 2928
pmjones at solarphp.com
pmjones at solarphp.com
Fri Nov 9 13:39:51 CST 2007
Testing commit (removing file-level docblocks).
Modified: trunk/Solar/View.php
===================================================================
--- trunk/Solar/View.php 2007-11-09 16:28:47 UTC (rev 2927)
+++ trunk/Solar/View.php 2007-11-09 19:39:51 UTC (rev 2928)
@@ -3,22 +3,6 @@
*
* Provides a Template View pattern implementation for Solar.
*
- * @category Solar
- *
- * @package Solar_View
- *
- * @author Paul M. Jones <pmjones at solarphp.com>
- *
- * @license http://opensource.org/licenses/bsd-license.php BSD
- *
- * @version $Id$
- *
- */
-
-/**
- *
- * Provides a Template View pattern implementation for Solar.
- *
* This implementation is good for all (X)HTML and XML template
* formats, and provides a built-in escaping mechanism for values,
* along with lazy-loading and persistence of helper objects.
@@ -30,6 +14,12 @@
*
* @package Solar_View
*
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ *
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ *
+ * @version $Id$
+ *
*/
class Solar_View extends Solar_Base {
More information about the Solar-svn
mailing list