[Solar-svn] Revision 2808
pmjones at solarphp.com
pmjones at solarphp.com
Sat Oct 6 09:20:23 CDT 2007
whitespace and comment changes
Modified: trunk/Solar/Base.php
===================================================================
--- trunk/Solar/Base.php 2007-10-06 14:19:33 UTC (rev 2807)
+++ trunk/Solar/Base.php 2007-10-06 14:20:23 UTC (rev 2808)
@@ -101,7 +101,7 @@
// properties only, no config file
foreach ($parents as $class) {
- $var = "_$class"; // for example, $_Solar_Test_Example
+ $var = "_$class"; // for example, $_Solar_Example
$prop = empty($this->$var) ? null : $this->$var;
$this->_config = array_merge(
// current values
@@ -151,7 +151,7 @@
{
return '@package_version@';
}
-
+
/**
*
* Convenience method for getting a dump the whole object, or one of its
More information about the Solar-svn
mailing list