Welcome Guest, Not a member yet? Register   Sign In
Problem using uri->segment - should be easy....[SOLVED]
#5

[eluser]ejangi[/eluser]
I have found that using the php5 __construct() doesn't work so well for me... Try doing just:
Code:
class Ratings extends Controller
{
    function Ratings()
    {
        parent::Controller();
    }
}


Messages In This Thread
Problem using uri->segment - should be easy....[SOLVED] - by El Forum - 12-15-2007, 12:51 PM
Problem using uri->segment - should be easy....[SOLVED] - by El Forum - 12-15-2007, 02:19 PM
Problem using uri->segment - should be easy....[SOLVED] - by El Forum - 12-15-2007, 04:13 PM
Problem using uri->segment - should be easy....[SOLVED] - by El Forum - 12-15-2007, 04:22 PM
Problem using uri->segment - should be easy....[SOLVED] - by El Forum - 12-15-2007, 04:24 PM
Problem using uri->segment - should be easy....[SOLVED] - by El Forum - 12-15-2007, 04:42 PM
Problem using uri->segment - should be easy....[SOLVED] - by El Forum - 12-15-2007, 05:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB