Welcome Guest, Not a member yet? Register   Sign In
using other controller's method
#2

[eluser]Mareshal[/eluser]
Frontpage.php

Code:
require "Standings.php";

class Frontpage extends Controller {

   function test(){
        $stang = new Standings();
        $stand::Rankings(); //$stand->Rankings(); works too
   }

}

BUT, this is not recommended. try building rankings() function inside a model/library/helper . Is better.


Messages In This Thread
using other controller's method - by El Forum - 04-19-2010, 06:14 AM
using other controller's method - by El Forum - 04-19-2010, 07:20 AM
using other controller's method - by El Forum - 04-19-2010, 07:33 AM
using other controller's method - by El Forum - 04-19-2010, 08:48 AM
using other controller's method - by El Forum - 04-19-2010, 09:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB