![]() |
Should I go about this another way? Currently a Library, Should be Model? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Should I go about this another way? Currently a Library, Should be Model? (/showthread.php?tid=16538) Pages:
1
2
|
Should I go about this another way? Currently a Library, Should be Model? - El Forum - 03-09-2009 [eluser]Thorpe Obazee[/eluser] This is some interesting read at the Kohana forums about MVC. http://forum.kohanaphp.com/comments.php?DiscussionID=23&page=1 Should I go about this another way? Currently a Library, Should be Model? - El Forum - 03-10-2009 [eluser]TheFuzzy0ne[/eluser] Interesting read, thanks for sharing. I've added it to my [url="http://ellislab.com/forums/viewthread/107773/"]CodeIgniter Resources[/url] post. Should I go about this another way? Currently a Library, Should be Model? - El Forum - 03-11-2009 [eluser]Thorpe Obazee[/eluser] First time, I've seen the post. Maybe you should add this to the resource. I've pasted this link at least twice in the forums whenever someone asks for a pagination tutorial. http://godbit.com/article/pagination-with-code-igniter Should I go about this another way? Currently a Library, Should be Model? - El Forum - 03-11-2009 [eluser]xwero[/eluser] Why not use the MVC segmentation in libraries too, the code seems perfect for it. Code: Class User_count Code: function view_path($view) |