array(self::HAS_MANY, 'OrderDetail'), 'Customer' => array(self::BELONGS_TO, 'Customer'), 'Shipper' => array(self::BELONGS_TO, 'Shipper'), 'Employee' => array(self::BELONGS_TO, 'Employee'), ); public static function finder($className=__CLASS__) { return parent::finder($className); } } ?>