Welcome Guest, Not a member yet? Register   Sign In
Value and Business Objects
#1

[eluser]Gerep[/eluser]
Hi fellas,


Since nobody is willing to help me, I'll try to explain the problem in a simpler way.

I have my controller UserController that is receiving a post (email, password).
I need, of course, to validate these fields and return something to the view.

The problem is that I need to pass this responsibility of validation to another class, called UserBO (Business Object). When I do that, I get a error saying that form_validation is not a class and yes, I'm loading it on the autoload.php, and tried to load it on the UserBO also and got the same message.

Thanks for any help.




Theme © iAndrew 2016 - Forum software by © MyBB