Code |
Context mysql_query("SET names utf8");
$this->paginate = array('conditions'=>array('Video.status'=>1),'order' => 'Video.id ASC');
$this->set('videos', $this->paginate('Video',array()));
$object = "Video"
$scope = array()
$whitelist = array()
$assoc = null
Controller::paginate() - CORE/cake/libs/controller/controller.php, line 1102
VideosController::index() - APP/controllers/videos_controller.php, line 10
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 80