コード例 #1
0
ファイル: Query.php プロジェクト: subashemphasize/test_site
 function addWhere($expr, $_ = null)
 {
     $this->where[] = $this->db->expandPlaceholders(func_get_args());
     return $this;
 }