This article discusses how one can run a long task in background in yiiframework 1.1 using Ajax technique.
This article discusses how one can run a long task in background in yiiframework 1.1 using Ajax technique.
One of the common tasks the web application might be required to perform, especially the app using some kind of a CMS, is to save the history of data changes. Your client for sure will want the answer to this simple question - If I mess this up or delete by accident can we bring it back? Well, DB backup is one thing and quick recovery is another - let's talk about latter one.
Example settings when using Gettext for i18n.
I wanted to customize the CJuiAutoComplete, so that it displays a thumb image before the label like the one shown in the following image:
Translation from .txt file Note:
Hi Friends, In this tutorial I write a code display dependent drop-down value using ajax call.
In this wiki I will show how could forcing login for all pages and users must be logged in to access almost all of the site’s content.
Hi Friends,
In this wiki I will show how to create own custom global function. It may be save the space and reduce the time.
As we know YII is the Leading Framework of PHP. Lots of new developers are starting to use YII day by day. Most of the beginners are little bit confused with how to start with YII . I think this note will help them. Follow the simple steps To run a Yii-powered Web application, you need a Web server that supports PHP 5.1.0.
In this wiki I will show how to Disallowing login for Inactive users. Only Active users can logging and access their account. You can set privacy for your yii web apps users.
In this wiki I will show how to display data from two tables in Bootstrap TbGridView using dataProvider.
In this wiki I will show how to Disallowing login from multi places. User can login or access their account at time, only single place.
In this wiki I will show how could use a TbActiveForm for changing the old password with help of old, new and repeat password features.
Knowledge is necessary to determine the address of the controller in a single layer system. This allows you to quickly search and painlessly produce refactoring controllers and their addresses.
Suppose a hacker has an account of your website He could set the PHPSESSID to empty After of that He login in your system The PHPSESSID remains blank and user has already logged with this session
Let's take the example of the above article to display an email button next to a delete button:
Simple Yii Script for performing CRUD operations:
Suppose you have Products,Categories and each product belongs in many categories