CodeIgniter Forums
Modular Extensions - HMVC version 5.2 - 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.2 (/showthread.php?tid=8901)

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 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43


Modular Extensions - HMVC version 5.2 - El Forum - 06-04-2008

[eluser]wiredesignz[/eluser]
I have ported Modular Extensions to run PHP5 only.

It is still 100% compatible with CodeIgniter.

Please let me know if you would like to test drive this new version.

Thanks for your interest.

EDIT: 11-19-2008

Modular Extensions 5.2 is now available for download from the wiki.

Click here -> Modular Extensions HMVC

EDIT: 10-15-2009

Modular Extensions PHP5 is also available via svn from google code.
http://code.google.com/p/modular-extensions-php5/


Modular Extensions - HMVC version 5.2 - El Forum - 06-05-2008

[eluser]Maxximus[/eluser]
Hehe, what do you think? Sure!


Modular Extensions - HMVC version 5.2 - El Forum - 06-05-2008

[eluser]wiredesignz[/eluser]
Thanks Maxximus, I have emailed the new files. Wink


Modular Extensions - HMVC version 5.2 - El Forum - 06-05-2008

[eluser]Sam Dark[/eluser]
Want to test it also since I'm not using PHP4 for a long time already.


Modular Extensions - HMVC version 5.2 - El Forum - 06-05-2008

[eluser]wiredesignz[/eluser]
Thanks Sam, files sent to your email account. Wink


Modular Extensions - HMVC version 5.2 - El Forum - 06-06-2008

[eluser]Milos Dakic[/eluser]
ME, ME, ME, ME! Big Grin I wana try!


Modular Extensions - HMVC version 5.2 - El Forum - 06-06-2008

[eluser]wiredesignz[/eluser]
Thanks serbianking, files sent. Wink

Catch you on #codeigniter too.


Modular Extensions - HMVC version 5.2 - El Forum - 06-06-2008

[eluser]Sam Dark[/eluser]
Tried v5 today. Not everything tested but works for me. One issue is now I can't do the following in my controllers:

Code:
$this->load->model('Post');
$this->Post->getAll();

Now I have to write model name in lowercase.


Modular Extensions - HMVC version 5.2 - El Forum - 06-06-2008

[eluser]wiredesignz[/eluser]
Yes Sam, most CI is lowercase coding, it allows for use on both windows and linux platforms.

BTW: Could you message an email address so I can keep you on the PHP5 mailing list.

Version 5.0.08 is available now


Modular Extensions - HMVC version 5.2 - El Forum - 06-06-2008

[eluser]Sam Dark[/eluser]
I know that guide points to use lowercase and that lowercase is better for not doing mistakes when developing on Win platform but the issue is: CI allows $this->Post, HMVC not.

See PM. Sent you my email.