To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Show
Ignore:
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:
1 modified

Legend:

Unmodified
Added
Removed
  • sandboxes/asandbox/trunk/lib/model/doctrine/apostrophePlugin/base/BaseaMediaItem.class.php

    r931 r1754  
    77 *  
    88 * @property integer $id 
     9 * @property boolean $lucene_dirty 
    910 * @property enum $type 
    1011 * @property string $service_url 
     
    2526 *  
    2627 * @method integer             getId()                 Returns the current record's "id" value 
     28 * @method boolean             getLuceneDirty()        Returns the current record's "lucene_dirty" value 
    2729 * @method enum                getType()               Returns the current record's "type" value 
    2830 * @method string              getServiceUrl()         Returns the current record's "service_url" value 
     
    4244 * @method Doctrine_Collection getAMediaItemCategory() Returns the current record's "aMediaItemCategory" collection 
    4345 * @method aMediaItem          setId()                 Sets the current record's "id" value 
     46 * @method aMediaItem          setLuceneDirty()        Sets the current record's "lucene_dirty" value 
    4447 * @method aMediaItem          setType()               Sets the current record's "type" value 
    4548 * @method aMediaItem          setServiceUrl()         Sets the current record's "service_url" value 
     
    7477             'autoincrement' => true, 
    7578             'length' => 4, 
     79             )); 
     80        $this->hasColumn('lucene_dirty', 'boolean', null, array( 
     81             'type' => 'boolean', 
     82             'default' => false, 
    7683             )); 
    7784        $this->hasColumn('type', 'enum', null, array(