DevArticles.In
  • Home
  • Hindi to Unicode
  • PHP Debug
  • CakePHP Captcha
  • How-To
  • About
  • Contact

Tag: multiple

Adding multiple Recaptcha and custom form validation with Ajax

October 18, 2018October 18, 2018 Arvind KumarJavascript, jQuery5 Comments on Adding multiple Recaptcha and custom form validation with Ajax

It is possible to add multiple Google Recaptcha on single page. Here is an example of adding Google Recaptcha in two different forms and adding custom validation to them. This example illustrates using how response ids are created when rendering of…

Read More→

CakePHP: switching between multiple databases

July 20, 2015July 20, 2015 Arvind KumarCakePHPLeave a Comment on CakePHP: switching between multiple databases

Relating to a post I submitted a while back, along with creating a data connection on the fly I had to switch between two connections. That is, file based default connection and a dynamic connection based on user. Here is…

Read More→

How to use multiple validation rule sets per model in cakephp

March 22, 2009March 23, 2009 Arvind KumarCakePHP5 Comments on How to use multiple validation rule sets per model in cakephp

As default we have single var $validate rule set in the model class which is triggered on each save() method call while saving form data. This is quite logical and sufficient for single form fields to validate but what if…

Read More→

Multiple validation rules for a single field in cakephp

March 20, 2009March 23, 2009 Arvind KumarCakePHPLeave a Comment on Multiple validation rules for a single field in cakephp

Cakephp framework provides a strong model validation mechanism. Here is the quick overview of multiple validation rules applied to a single field. Let say we are using “User.password” and “User.password2” fields to accept/confirm password while registering to a site. We…

Read More→

Recent Posts

  • Sending Laravel Notifications Email to Single Email Address
  • Database rollback transactions in Laravel
  • Automatic Deployment of your Git Push to Remote Server
  • CSV Content Validation with FormRequest Rules in Laravel
  • Using Unique Validation Rule in Form Request in Laravel
Copyright © All rights reserved.
Blog Kit by WP Charms