Yii framework in jquery form validation plug-in usage example _php instance

Source: Internet
Author: User
Tags smarty template jquery form validation
This example describes the use of jquery form validation plug-ins in the YII framework. Share to everyone for your reference, as follows:

Run as follows:

View Layer:

  
 
             
 
 

Controller (verify Uniqueness):

Verify name Uniqueness Public Function actiononly () {  $u _name=yii:: $app->request->get (' u_name ');  $login =yii:: $app->db;  Query data  $sql = "SELECT * from login where u_name= ' $u _name '";  $res = $login->createcommand ($sql)->execute ();  if ($res)  {    echo false;  }  else  {    echo true;  }}

For more information on YII related content readers can view this site topic: "YII framework Introduction and common skills Summary", "PHP Excellent Development Framework Summary", "Smarty Template Primer Basic Tutorial", "PHP Object-oriented Programming tutorial", "PHP string (String) Usage Summary "," Introduction to Php+mysql Database Operation "and" PHP common database Operation Skills Summary "

It is hoped that this article is helpful to the PHP program design based on YII framework.

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.