-
I am getting the error message "Unable to access an error message corresponding to your field name" when I set a custom validation rule using a callback in grocery crud's set_rules method. I widely r…
-
Hello, now there is problem with loading any library when it go to main controllers not in modules. It donesn't work for drivers and libraries in common and in apps controllers. Standars libraries are…
-
Hi kenjis:
I used Base_Input to extens CI_Input,and I have a function:
``` php
public function get_action_path($glue='/'){
global $RTR;
$module = $RTR->fetch_directory();
…
-
When using this function, according to the documentation, the 'name' key in the field definition array is optional, but using this function without this key causes a syntax error in MySql due to the M…
-
function verify () {
$this->form_validation->set_rules('user', lang('User'),'callback_check');
$this->form_validation->run()
}
public function check() {
return true;
}
Messag…
-
Currently receiving this error on a fresh install:
```
A PHP Error was encountered
Severity: Notice
Message: Undefined index: user_agent
Filename: MX/Loader.php
Line Number: 174
Backtrace:
File: /h…
-
Please, help to create Nginx Config for rewrite rules.
Balya updated
9 years ago
-
Hi,
Is it possible to have this package to work as CI HMVC with the MX_Controller, instead of CI_Controller.
I really like this package so me.
Thanks for your effort.
-
I've given the framework a bit of a restructure so it main files are outside of the web root by default and the only files that should be inside the web root are the templates, .htaccess and index.php…
-
Just would like to know if have version for codeigniter/hmvc.