08-08-2012, 01:09 PM
[eluser]PhilTem[/eluser]
Well, no, I actually did a little more than that, but I could now nail it down where it all starts. But I don't know yet, why it doesn't work:
In MY_Form_validation you call the parent's construct() method. If you comment everything in your MY_Form_validation class except the public $CI part it will work. And you don't even need to pass a validation-group (which, btw, must not have the module's name in the key, it will work with controller/method).
Well, no, I actually did a little more than that, but I could now nail it down where it all starts. But I don't know yet, why it doesn't work:
In MY_Form_validation you call the parent's construct() method. If you comment everything in your MY_Form_validation class except the public $CI part it will work. And you don't even need to pass a validation-group (which, btw, must not have the module's name in the key, it will work with controller/method).