- Joined
- 4 Mar 2010
- Posts
- 5,038
Yep sorted, it would also help if I use the right case typing the uri
oth codeigniter looks good, but then viewing the vids above, what do I do when I want to use slightly more advanced queries than . get_all_records('data') etc?
I have done a few small sites / apps in php just using good old functions and 'procedural' code.
I think OO should be better but I just can't seem to get a hang of it, most examples I look at are so simple, I'm sure they aren't giving me the benefit of why I'd do it thatway. I can't get how everythign hooks together in a OO setup. When thinking about a problem I just naturally think in routines/functions anyone got a good resource to convince me?
oth codeigniter looks good, but then viewing the vids above, what do I do when I want to use slightly more advanced queries than . get_all_records('data') etc?
I have done a few small sites / apps in php just using good old functions and 'procedural' code.
I think OO should be better but I just can't seem to get a hang of it, most examples I look at are so simple, I'm sure they aren't giving me the benefit of why I'd do it thatway. I can't get how everythign hooks together in a OO setup. When thinking about a problem I just naturally think in routines/functions anyone got a good resource to convince me?
oth codeigniter looks good, but then viewing the vids above, what do I do when I want to use slightly more advanced queries than . get_all_records('data') etc?