CodeIgniter Forums
CI 2.0 and MS - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: CI 2.0 and MS (/showthread.php?tid=30756)



CI 2.0 and MS - El Forum - 05-25-2010

[eluser]bennyhill[/eluser]
I got a clean install of CI 2.0 and got the files for Modular Separation for CI2. Got it set up and working. I tried following this tutorial to add a members module

Tutorial

when I go to http://localhost:8888/nameofsite/login/
it works.

as well as
http://localhost:8888/nameofsite/login/signup/

But anything to do with using the "membership_model" doesn't work. I followed phil's "Upgrading to Codeigniter 2.0" articles and changed "Membership_model extends Model" to "Membership_model extends CI_Model" and even "Membership_model extends MY_Model" like he has it in his Pyro framework but none work.

Am I missing something here as far as adapting the tutorial to work with MS?