$js = "function() {
return this.agree = 'Y' && this.allow_mms == 'Y' && this.hp_num != '';
}";
$UserList = $UserDB->selectDB('User')->selectCollection('user');
$cursor =$UserList->find( array('$where' => $js) );
foreach ( $cursor as $row ) {
}

최근 덧글