Welcome Guest, Not a member yet? Register   Sign In
method that loads before controller modules
#2

[eluser]WebsiteDuck[/eluser]
Code:
class Blog extends Controller {

      function __construct(){
          parent::Controller();
          $this->foo='bar';
      }

      function update(){
          echo $this->foo;
      }
}


Messages In This Thread
method that loads before controller modules - by El Forum - 01-11-2010, 03:37 PM
method that loads before controller modules - by El Forum - 01-11-2010, 03:43 PM
method that loads before controller modules - by El Forum - 01-11-2010, 04:08 PM
method that loads before controller modules - by El Forum - 01-11-2010, 04:11 PM
method that loads before controller modules - by El Forum - 01-11-2010, 04:42 PM
method that loads before controller modules - by El Forum - 01-11-2010, 05:49 PM
method that loads before controller modules - by El Forum - 01-11-2010, 05:57 PM
method that loads before controller modules - by El Forum - 01-11-2010, 06:08 PM
method that loads before controller modules - by El Forum - 01-11-2010, 06:27 PM
method that loads before controller modules - by El Forum - 01-12-2010, 02:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB