コード例 #1
0
ファイル: POS_Member.php プロジェクト: jocoonopa/lubri
 public static function testSQL()
 {
     $options = [];
     $q = Processor::table('Customer_lubri')->where('member_id', 'NOT LIKE', 'CT%')->where(self::getOr($options))->orderBy('member_id', 'DESC');
     pr(get_class($q));
     dd(Processor::toSql($q));
 }