Welcome Guest, Not a member yet? Register   Sign In
Making instances of models
#11

[eluser]Craig A Rodway[/eluser]
In the model:

Code:
function get_name()
    {
        return $this->name;
    ]

We have a square bracket instead of a curly bracket there.
#12

[eluser]wiredesignz[/eluser]
Oh man!, Great catch Craig. My eyesight isn't what it used to be. Tongue
#13

[eluser]Alexander Radsby[/eluser]
[quote author="Craig Rodway" date="1201114902"]In the model:

Code:
function get_name()
    {
        return $this->name;
    ]

We have a square bracket instead of a curly bracket there.[/quote]

Wow Man Thanks A Lot!

I need to use bigger font sizes when I code. Haha Smile




Theme © iAndrew 2016 - Forum software by © MyBB