CodeIgniter Forums
Community Auth with HMVC - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: Community Auth with HMVC (/showthread.php?tid=66856)

Pages: 1 2


RE: Community Auth with HMVC - bpuig - 05-17-2017

(05-17-2017, 06:37 PM)skunkbad Wrote: I think somebody has a youtube video on it, but it's in a foreign language so I can't tell you if it's good or not.

Thanks for your answer. 
Yes, I saw all the video in Youtube, skipping 5secs at a time because I don't understand the language, but I didn't see where they come to merge both modules. It seems that they use both parts separated, because they just extended MY_Controller and MY_Controller extended Auth_Controller. Seems they use MX_Controller somewhere else where Auth is not needed.