Welcome Guest, Not a member yet? Register   Sign In
Database MVC seperation problems (beginners question)
#3

[eluser]Slowcheetah[/eluser]
[quote author="TheFuzzy0ne" date="1236068029"]You're not returning the result.[/quote]

Easy as that... thanks!

i suppose this one is also correct?

Code:
function Overzicht_Competities()
    {
        $query = $this->db->query('SELECT id, name FROM game_competitions');
        return $query;
        
    }


Messages In This Thread
Database MVC seperation problems (beginners question) - by El Forum - 03-02-2009, 08:06 PM
Database MVC seperation problems (beginners question) - by El Forum - 03-02-2009, 08:13 PM
Database MVC seperation problems (beginners question) - by El Forum - 03-02-2009, 08:15 PM
Database MVC seperation problems (beginners question) - by El Forum - 03-02-2009, 08:19 PM
Database MVC seperation problems (beginners question) - by El Forum - 03-02-2009, 08:21 PM
Database MVC seperation problems (beginners question) - by El Forum - 03-02-2009, 08:49 PM
Database MVC seperation problems (beginners question) - by El Forum - 03-02-2009, 09:37 PM
Database MVC seperation problems (beginners question) - by El Forum - 03-02-2009, 09:50 PM
Database MVC seperation problems (beginners question) - by El Forum - 03-02-2009, 09:54 PM
Database MVC seperation problems (beginners question) - by El Forum - 03-03-2009, 12:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB