コード例 #1
0
ファイル: SelectExtender.php プロジェクト: nstielau/drops-8
 function isNotNull($field)
 {
     $this->query->isNotNull($field);
     return $this;
 }