El Forum
08-08-2012, 06:54 AM
[eluser]Steve Goodwin[/eluser]
Hi All,
I have been trying all day to solve this and it's got to a point where I need to call on the expertise of this forum again since it's probably been covered previously although the search doesn't seem to be dragging anything up apart from another related issue which seems to be flooding the results.
My question is, I have modules and i'm using these in a plug and play way. I.e when i drag and drop a module into my codebase it just works with no trails of code around my codebase that need to be manually added or removed, this is all database controlled.
The problem i've come up against is while trying to keep this modular, when using the form_validation.php file and putting it into the folder structure:
/modules/module-name/config/form_validation.php
It doesn't load, does anyone know how to get around this? I have tried modifying my own My_Form_Validation.php file to no avail.
Hi All,
I have been trying all day to solve this and it's got to a point where I need to call on the expertise of this forum again since it's probably been covered previously although the search doesn't seem to be dragging anything up apart from another related issue which seems to be flooding the results.
My question is, I have modules and i'm using these in a plug and play way. I.e when i drag and drop a module into my codebase it just works with no trails of code around my codebase that need to be manually added or removed, this is all database controlled.
The problem i've come up against is while trying to keep this modular, when using the form_validation.php file and putting it into the folder structure:
/modules/module-name/config/form_validation.php
It doesn't load, does anyone know how to get around this? I have tried modifying my own My_Form_Validation.php file to no avail.