- Timestamp:
- 03/06/2007 02:40:51 PM (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/simple_unit/ActiveRecord/records/DepSections.php
r1729 r1750 6 6 public $order; 7 7 8 public static $_tablename='department_sections';8 const TABLE='department_sections'; 9 9 10 10 public static function finder($className=__CLASS__)
