Welcome Guest, Not a member yet? Register   Sign In
Caching based on content blocks
#2

[eluser]Crafter[/eluser]
You can try creating an extended Controller library and create your actual controllers to extend the extended controller.

In your libraries :
Code:
class My_Controller extends Controller {

  function My_Controller() {
     parent::Controller();
     all_other_functions();
  }

}

In your controllers directory :
Code:
class My_application_controller extends My_Controller {
}


Messages In This Thread
Caching based on content blocks - by El Forum - 01-11-2008, 03:48 AM
Caching based on content blocks - by El Forum - 01-11-2008, 02:36 PM
Caching based on content blocks - by El Forum - 01-12-2008, 04:19 AM
Caching based on content blocks - by El Forum - 01-12-2008, 07:06 AM
Caching based on content blocks - by El Forum - 01-14-2008, 01:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB