21309 Posts in 5738 Topics by 2603 members
| Go to End | ||
| Author | Topic: | 799 Views |
-
Re: Controller / Template Bug?

13 November 2010 at 3:14am Last edited: 13 November 2010 3:17am
No, this didnt help either. The workaround I found is to put a property in *Page* classes like
class xxx extends Page{
:
public $Teaserable = true;
:
}This seems to work (as expected) equivalent to *Page_Controller* methods:
class X_Controller extends Page_Controller{
:
public function Teaserable(){
return true;
}
:
}Thanks for your effort swaiba
| 799 Views | ||
| Go to Top |


