Example #1
0
 public function getCustomQuestions($reseller_id)
 {
     return Model::Customquestion()->select('name,required')->where(['reseller_id', '=', (int) $reseller_id])->order('order')->exec();
 }