Changeset 1761
- Timestamp:
- 08/23/06 14:29:48 (2 years ago)
- Files:
-
- trunk/lib/addon/propel/sfPropelData.class.php (modified) (1 diff)
- trunk/lib/util/Spyc.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/addon/propel/sfPropelData.class.php
r1415 r1761 228 228 { 229 229 $sameFile = true; 230 if (is_dir($directory_or_file) && 'all' === $tables || (is_array($tables) && 1 < count($tables)))230 if (is_dir($directory_or_file)) 231 231 { 232 232 // multi files trunk/lib/util/Spyc.class.php
r1415 r1761 104 104 * @param int $wordwrap Pass in 0 for no wordwrap, false for default (40) 105 105 */ 106 public function YAMLDump($array,$indent = false,$wordwrap = false) {106 public static function YAMLDump($array,$indent = false,$wordwrap = false) { 107 107 $spyc = new Spyc; 108 108 return $spyc->dump($array,$indent,$wordwrap);