Top Menu

Category Archives Yii

WHY WE USE CAPTCHA reCAPTCHA is a CAPTCHA-like system designed to establish that a computer user is human (normally in order to protect websites from bots) and, at the same time, assist in the digitization of booksHere I am describe how can add google captcha in yii1 MVC frame work.1. Download GitHub repo (jafarkhanphp/googleRcaptcha) and extract files into a destination…

I have noticed that the fields do not trim/strip whitespaces and I'm wondering how I can do this. I have a form in Yii. Here if I enter trimp values, It gives me an error. That is working fine, But if I add some spaces in front of the field,  It does not gives me an error, nor save the…

Creating multi-level category system with PHP & Yii (MVC Framework) in not just a simple undertaking. Many Developer usage different type to handle this specific. They may possibly create 3 tables for initial level, subsequent level as well as 3rd level category (parent, sub category as well as sub sub cateogry). The best method to acquire multi-level category using recursive…

Close