In your application configuration (protected/config/main.php), set the sourceLanguage parameter to English:
In your application configuration (protected/config/main.php), set the sourceLanguage parameter to English:
CJuiDatePicker displays a datepicker. CJuiDatePicker encapsulates the JUI datepicker plugin.
How to add additional information to a user when using BUM extension?
login links will be
Lately, i needed to deal with the following scenario: read from two databases (db1,db2), and write to a third database (db3).
The problem was that all my web applications ran normally on localhost, but on server the Greek characters (or any other no-english characters) displayed with problems.
Hey guys, today we will show you how to make a Yii CJuitabs as example. Some feature cases such as Static tabs, render partial tabs, Ajax tabs, color tabs... You can see our code, there are simple 3 steps to make it work.
Today I will show you how to handle multiple file upload step by step.
Simple Ajax popup view with Ajax link
This is a bried guide about displaying of custom sql query results.
Countries sometimes change their laws pertaining to time zones and daylight saving times. This means that GMT+2 can be a different local time this August compared to last August! It could even be a different date!
typical scenario: invoice, invoice items.
I would like to share my little experience with Yii to the community in the form of the below small wiki:
This tutorial presents a way of separating JS code from views and passing to it values from PHP.
This tutorial shows how to use a model to save and validate related (MANY_MANY) models.
Introduction
I hadn't specify whole flow as I assume you know yii crud flow well, and Quick understand of my specified admin flow.. :)
The basic idea is to render a grid and, for each row, render a set of radio buttons that asynchronously update their respective model.