Hi
I was trying the form validation tutorial: http://ellislab.com/codeigniter/user-guide/libraries/form_validation.html#cascadingrules
I use this values:
====================
user: aaaaa
password: aa
password confirm: bb
email address: a
[submit]
====================
and I got this:
===================
A PHP Error was encountered
Severity: Notice
Message: Undefined property: Form::$db
Filename: libraries/Form_validation.php
Line Number: 954
Fatal error: Call to a member function limit() on a non-object in C:\xampp\htdocs\sitio\system\libraries\Form_validation.php on line 954
==================
This is a CodeIniter Bug I think but I need to know how to solve this.
Thank you.