Link to home
Start Free TrialLog in
Avatar of William-B
William-B

asked on

Kohana and AJAX

Hello all,
I'm having a problem validating a form using Kohana and AJAX.  I found some tutorials on the web but can't make any of them work (sometimes they actually seem to be supplying contradictory information).  I was wondering if anyone can give me some tips or point me in the right direction.  I am including what I think are the relevant files:  Model_User (actually just User, I added Model_ to identify it), Controller_User (again just User, added to distinguish between the model and controller), my form validation JS, the Register form, the welcome page, and the welcome controller.
Thanks in advance for anyone who takes a look at it.
Model-User.php
Controller-User.php
Register.php
WelcomeTemplate.php
Welcome.php
Validate.js
ASKER CERTIFIED SOLUTION
Avatar of Kyle Hamilton
Kyle Hamilton
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of William-B
William-B

ASKER

Well currently I'm just running on a local server, so I don't have any pages to show.  It actually stops at the $account->CreateAccount() function in the User Controller, which means it's getting past the validation.  It does stop for a reason totally different than the one here, the time() function doesn't match what the database is expecting.  Let me know if you need any other information, sorry about the actual link though.