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

Joshua Eichorn\'s Blog: PHP AJAX File Upload Progress Meter Updates

IBM developerWorks: Understanding the Zend Framework, Part 1: The basics

Wojciech Sznapka's Blog: Symfony2 stable is available, what’s the big deal?

PHP Magazine: Poll Question: Pre-requisites of a Good Framework?

Symfony Blog: symfony 1.0.6 released


Community Events











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


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

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