コード例 #1
0
ファイル: advice.php プロジェクト: schpill/standalone
 public function getCustomQuestions($reseller_id)
 {
     return Model::Customquestion()->select('name,required')->where(['reseller_id', '=', (int) $reseller_id])->order('order')->exec();
 }