ForumController and its behaviors do not have a method or closure named "paginate". · Issue #16 · knut/hamster · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[code]
– /var/www/hamster/src/protected/controllers/ForumController.php(154): CComponent->__call("paginate", array("1", 10))
149 /$this->render('list', array(
150 'forums' => $forums,
151 //'last_posts' => $last_posts
152 ));/
153
154 $pages = $this->paginate(forum::model()->count(), self::PAGE_SIZE);
155 //$forumList = Forum::model()->findAll($this->getListCriteria($pages));
156 $this->render('list', array('forums'=>$forums, 'pages'=>$pages));
157 }
158
159 /**
[/code]
The text was updated successfully, but these errors were encountered: