Wiki

Displaying 271-280 of 470 result(s).

Multilanguage web site controlling by get request and database allowed languages

Created about a year ago by Igor IvanovicTutorials2 comments – viewed 12,063 times – ( +6 )
First, you have to have create database table for default language and allowed languages.

How to use an application behavior to maintain runtime configuration

Created about a year ago by zaccariaHow-tos3 comments – viewed 13,848 times – ( +24 )
In this tutorial will be explained a method to manage some configuration runtime. This excellent tutorial follows a similar approach, but requires to write a masterclass which all controllers are supposed to extend, following this wiki you can achieve the same by only editing the configuration.

BaseModuleAR class with MultiActiveRecord

Created about a year ago by dinhtrungTips0 comments – viewed 5,075 times – ( +2 )
MultiActiveRecord is an extension that add support for multiple database connection for your application.

Using MBMenu and Rights to automatically create menu item for your modules

Created about a year ago by dinhtrungTips2 comments – viewed 8,180 times – ( +1 / -1 )
Using Rights generator component, we can easily create a dynamic menu, in which we scan every modules' controllers, to access the index page of them.

How to show ajax delete status in CGridView like flash messages

Created about a year ago by hasanaviHow-tos9 comments – viewed 18,721 times – ( +16 )
I've seen many tickets regarding how to show friendly delete confirmation using CGridView's CButtonColumn in ajax request. If you are using relational database, after producing CRUD functionality when you try to delete a record in ajax mode which has child record it can't be deleted and you can see the ajax loader forever. By this way you can't show the users if a record has been successfully deleted or if there are some problem in flash style (setFlash() / getFlash())

Using CJuiDialog to edit rows in a CGridView

Created about a year ago by Russell EnglandTips7 comments – viewed 18,790 times – ( +2 / -1 )
I have a CGridView with a list of clients/events. For each row (EventClient) I wanted a quick edit dialog.

How to create a wrapper for a js library

Created about a year ago by zaccariaHow-tos2 comments – viewed 7,621 times – ( +16 / -1 )
This wiki will explain how to include a javascript library in a widget.
tags: wrapper, js, uploadify

Integrating Yii with Wordpress

Created about a year ago by isekreamTips4 comments – viewed 21,417 times – ( +9 / -1 )
Well I finally had some time and tinkered a bit with the notion of integrating wordpress and Yii. Now for me I wanted to use Yii as a framework to develop wordpress plugins. Using some tips from imasia Article I was able to do a simple integration of yii as a wordpress plugin. The integration was very basic and i just used yii with its default installation site. I don;t know how it will really react with CRUD application as yet but it was fairly easy to integrate after reading the article...

How to use EzComponents in Yii

Created about a year ago by EhsanjsHow-tos0 comments – viewed 5,739 times – ( +5 )
change your index.php

Sub-domains with different databases in Yii!

Created about a year ago by jwerdHow-tos3 comments – viewed 7,964 times – ( +1 )
Sub-domains with different databases in Yii!