Changeset 1340
- Timestamp:
- 05/10/06 22:28:08 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/generator/sfPropelAdminGenerator.class.php
r1262 r1340 535 535 $params = $user_params ? array_merge($params, $user_params) : $params; 536 536 537 if ($column->isPartial()) 538 { 539 return "include_partial('".$column->getName()."', array('filters' => \$filters))"; 540 } 541 537 542 $type = $column->getCreoleType(); 538 543