CodeIgniter Forums
Modular Extensions - HMVC version 5.4 - 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: Modular Extensions - HMVC version 5.4 (/showthread.php?tid=38057)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24


Modular Extensions - HMVC version 5.4 - El Forum - 07-11-2012

[eluser]kanjimaster[/eluser]
You can do that, you just need to prefix your views with "documents/" each time you load them.


Modular Extensions - HMVC version 5.4 - El Forum - 07-12-2012

[eluser]CI flea[/eluser]
Thanks again, but I always load them with documents/. Just to clarify loading of documents from subfolders always work except when the subfolder has the same name as the parent module.




Modular Extensions - HMVC version 5.4 - El Forum - 07-12-2012

[eluser]wiredesignz[/eluser]
Of course it works. But you must specify the module and sub-directory.
Code:
$this->load->view('documents/documents/whatever');



Modular Extensions - HMVC version 5.4 - El Forum - 07-12-2012

[eluser]CI flea[/eluser]
Thanks,

never thought of that. will try later.


Modular Extensions - HMVC version 5.4 - El Forum - 07-26-2012

[eluser]rei[/eluser]
Hi. is this version compatible w/ the latest version of CodeIgniter? And what are the known bugs in using this? I'm planning to use this for my projects so it will be more organized than using just the MVC pattern.


Modular Extensions - HMVC version 5.4 - El Forum - 07-26-2012

[eluser]wiredesignz[/eluser]
[quote author="rei" date="1343299069"]... is this version compatible with the latest version of CodeIgniter? And what are the known bugs in using this? ...[/quote]
Yes it is totally compatible. The only bugs that are evident are due to some developers lack of understanding of PHP and CodeIgniter.


Modular Extensions - HMVC version 5.4 - El Forum - 07-26-2012

[eluser]rei[/eluser]
thanks for your reply sir Smile I'm using it right now and i really liked it! So this extension is really stable. Thanks again for your reply sir Smile one more question.. If a new version of CI comes out can I safely upgrade my site built w/ codeigniter and this modular extension?


Modular Extensions - HMVC version 5.4 - El Forum - 07-26-2012

[eluser]wiredesignz[/eluser]
Yes of course. Modular Extensions - HMVC will continue to match CodeIgniter development for as long as possible.


Modular Extensions - HMVC version 5.4 - El Forum - 07-26-2012

[eluser]rei[/eluser]
okay sir thanks for the info and for your hard work. I'm using this extension now and in fact I'm now rewritting my code from MVC to HMVC because it will be a large compilation of codes after months of development and by using this extension the codes will be more easy to maintain and modify because it will be more organized. Thanks again Smile


Modular Extensions - HMVC version 5.4 - El Forum - 07-26-2012

[eluser]rei[/eluser]
Hi, can someone please give me a link in how would I integrate Ion Auth library in a CodeIgnier w/ modular extensions HMVC setup? Or can someone give me ideas how to integrate it?

EDIT:

Problem solved.
http://ellislab.com/forums/viewthread/221689/