CommonMedications::getList PHP Method

getList() public static method

public static getList ( $firm )
    public static function getList($firm)
    {
        return CHtml::listData(MedicationDrug::model()->findAll(array('join' => 'JOIN medication_drug md ON md.id = t.medication_id', 'order' => 'term')), 'id', 'term');
    }