Welcome Guest, Not a member yet? Register   Sign In
We challenge you to find a framework that has better performance than CodeIgniter.
#36

[eluser]Twisted1919[/eluser]
@Evollution:
Code:
$result = Post::model()->findAll();
//or
$c = new CDbCriteria;
$c->limit=20;
$result = Post::model()->findAll($c);
But Phil is right, i was talking about something else.


Messages In This Thread
We challenge you to find a framework that has better performance than CodeIgniter. - by El Forum - 12-28-2010, 03:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB