RSS

Archive | August, 2008

Controller, Model, and URL design

8. August 2008

0 Comments

Controller, Model, and URL design

What’s in a name? Like I would imagine many programmers, I have a tendency to get a little anal about naming my Controllers and Models. Combine this with the default behaviour of CodeIgniter to parse the URL segments into controller/function/id parts, and it all begins to get very messy unless some careful thought is put into [...]

Continue reading...