News Feed
Jobs Feed
Sections




News Archive
Shameer Chamal's Blog:
Tutorial Simple ajax validation for Kohana
May 24, 2011 @ 11:53:17

Shameer Chamal has a quick tutorial posted to his blog today showing how you can create a basic ajax validation feature for your Kohana-based web application.

If you are new to Kohana framework, implementing validation will be an adventure, especially if you are looking for ajax validation. In this article I will present a simple way to implement some necessary validations using ajax in a sign up form.

He starts with a simple view containing the login form and including a few extra files (like the Javascript helper for the validation). Next he creates the user model that will do the backend check to see if the user already exists. Finally the controller and Javascript are created to bring all the pieces together. The Javascript uses the jQuery framework to make things a bit more convenient and runs a check against the backend for the given username with the response returned as a JSON message.

0 comments voice your opinion now!
tutorail ajax validation kohana framework jquery


blog comments powered by Disqus

Similar Posts

Zend: New Framework Preview Release by End of Week?

Chris Hartjes' Blog: Simple User Registration in CakePHP 1.2, Part II

NETTUTS.com: Create a Photo Admin Site Using PHP and jQuery

Symfony Project: Online doc interface improved

Richard Thomas' Blog: Solar Framework Shorts - Table creation


Community Events











Don't see your event here?
Let us know!


framework series development zendframework2 language unittest introduction community object interview opinion testing conference functional example tool phpunit podcast release code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework