Welcome Guest, Not a member yet? Register   Sign In
Modular Extensions - HMVC version 5.4

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

[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.


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

[eluser]CI flea[/eluser]
Thanks,

never thought of that. will try later.

[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.

[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.

[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?

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

[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

[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/




Theme © iAndrew 2016 - Forum software by © MyBB