Welcome Guest, Not a member yet? Register   Sign In
HMVC Modules
#9

[eluser]katanama[/eluser]
[quote author="InsiteFX" date="1355540292"]Have you tested this using the CodeIgniter Form_Validation Class?
[/quote]

So far doesn't give any problem but it has been only a day since I install.

Methods in Form_Validation.php that I'm using :

$this->form_validation->set_rules()
$this->form_validation->run()
validation_errors()
form_error()
set_value()




The only thing that doesn't work for me is that it does not have class autoloader (spl_autoload).

All my controller extends either Public_controller or Admin_Controller, which then extend MY_Controller that extends CI_controller.

The system knows how to find MY_Controller, CI_Controller and Foo_Controller.... but not Public/Admin controller...

With Wiredesignz HMVC, Modules::Autoload knows to search automatically in Core, Library, and third_party folder.

But solved it by including the two, Public and Admin controller, manually at the top of MY_Controller file.


Messages In This Thread
HMVC Modules - by El Forum - 01-11-2012, 04:06 AM
HMVC Modules - by El Forum - 05-01-2012, 12:22 AM
HMVC Modules - by El Forum - 05-01-2012, 01:49 AM
HMVC Modules - by El Forum - 05-01-2012, 05:46 AM
HMVC Modules - by El Forum - 05-01-2012, 03:15 PM
HMVC Modules - by El Forum - 06-20-2012, 12:18 AM
HMVC Modules - by El Forum - 12-14-2012, 09:22 AM
HMVC Modules - by El Forum - 12-14-2012, 07:58 PM
HMVC Modules - by El Forum - 12-14-2012, 08:31 PM
HMVC Modules - by El Forum - 12-14-2012, 08:57 PM
HMVC Modules - by El Forum - 12-14-2012, 10:57 PM
HMVC Modules - by El Forum - 12-14-2012, 11:50 PM
HMVC Modules - by El Forum - 12-15-2012, 01:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB