To participate you must create an account on apostrophenow.org. If you have already done so, click Login.
- Timestamp:
- 07/14/10 12:14:31 (22 months ago)
- Author:
- johnnyoffline
- Message:
-
i have some modified base classes probably from a build all
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r931
|
r1754
|
|
| 7 | 7 | * |
| 8 | 8 | * @property integer $id |
| | 9 | * @property boolean $lucene_dirty |
| 9 | 10 | * @property enum $type |
| 10 | 11 | * @property string $service_url |
| … |
… |
|
| 25 | 26 | * |
| 26 | 27 | * @method integer getId() Returns the current record's "id" value |
| | 28 | * @method boolean getLuceneDirty() Returns the current record's "lucene_dirty" value |
| 27 | 29 | * @method enum getType() Returns the current record's "type" value |
| 28 | 30 | * @method string getServiceUrl() Returns the current record's "service_url" value |
| … |
… |
|
| 42 | 44 | * @method Doctrine_Collection getAMediaItemCategory() Returns the current record's "aMediaItemCategory" collection |
| 43 | 45 | * @method aMediaItem setId() Sets the current record's "id" value |
| | 46 | * @method aMediaItem setLuceneDirty() Sets the current record's "lucene_dirty" value |
| 44 | 47 | * @method aMediaItem setType() Sets the current record's "type" value |
| 45 | 48 | * @method aMediaItem setServiceUrl() Sets the current record's "service_url" value |
| … |
… |
|
| 74 | 77 | 'autoincrement' => true, |
| 75 | 78 | 'length' => 4, |
| | 79 | )); |
| | 80 | $this->hasColumn('lucene_dirty', 'boolean', null, array( |
| | 81 | 'type' => 'boolean', |
| | 82 | 'default' => false, |
| 76 | 83 | )); |
| 77 | 84 | $this->hasColumn('type', 'enum', null, array( |
Download in other formats: