OphTrOperationbooking_Operation_Procedures::model PHP Méthode

model() public static méthode

Returns the static model of the specified AR class.
public static model ( $className = __CLASS__ ) : the
Résultat the static model class
    public static function model($className = __CLASS__)
    {
        return parent::model($className);
    }

Usage Example

 public function getOperationProcedures($operation_id)
 {
     return OphTrOperationbooking_Operation_Procedures::model()->findAll('element_id=?', array($operation_id));
 }
All Usage Examples Of OphTrOperationbooking_Operation_Procedures::model