Changeset 57
- Timestamp:
- 11/29/06 23:40:59 (2 years ago)
- Files:
-
- trunk/examples/TestEmptyConstructor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples/TestEmptyConstructor.php
r23 r57 29 29 30 30 $foo = $conf->getConfigValue('foo'); 31 echo 'This should be null: '; 31 32 var_dump($foo->getDataFromConstructor()); 32 33 }
