/ Published in: PHP
URL: http://snipplr.com/developer/
Expand |
Embed | Plain Text
$c = new Criteria(); $c->addAscendingOrderByColumn('rand()'); $c->setLimit($num); $users = UserPeer::doSelect($c); return $users; }
You need to login to post a comment.
