Welcome Guest, Not a member yet? Register   Sign In
Controller Problem
#1

[eluser]BD-CI-Programmer[/eluser]
Dear All,
I am two controller like this

Code:
<?php
class Bangladesh extends Controller
{
    function Bangladesh ()
    {
        parent::Controller();
    }
function hello_bangladesh()
     {
// Code

     }

}
?>

And other

Code:
<?php
class World extends Controller
{
    function World()
    {
        parent::Controller();
    }
function hello_world()
     {
// Code

     }

}
?>


Now I want to call function hello_world in the hello_bangladesh function.

How it Possible...


Messages In This Thread
Controller Problem - by El Forum - 04-20-2008, 11:42 PM
Controller Problem - by El Forum - 04-21-2008, 12:30 AM
Controller Problem - by El Forum - 04-21-2008, 02:32 AM
Controller Problem - by El Forum - 04-21-2008, 02:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB