Welcome Guest, Not a member yet? Register   Sign In
Model Functions - Same Code
#1

[eluser]Yash[/eluser]
Code:
class Usersmodel extends Model {

    function Usersmodel()
    {
        // Call the Model constructor
        parent::Model();
    }
    
    function Abc()
    {
    //some code is here
    }
        
        function 123()
       {//I want to use here

        }

        function TBG()
       {//I want to use and here

        }

}

How can we do this?


Messages In This Thread
Model Functions - Same Code - by El Forum - 06-24-2008, 03:42 AM
Model Functions - Same Code - by El Forum - 06-24-2008, 04:49 AM
Model Functions - Same Code - by El Forum - 06-24-2008, 05:04 AM
Model Functions - Same Code - by El Forum - 06-24-2008, 05:05 AM
Model Functions - Same Code - by El Forum - 06-24-2008, 05:27 AM
Model Functions - Same Code - by El Forum - 06-24-2008, 05:30 AM
Model Functions - Same Code - by El Forum - 06-24-2008, 05:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB