Wiki

Sorted by date (updated)X
Displaying 351-360 of 468 result(s).

BaseModuleAR class with MultiActiveRecord

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

Using Yii with Nginx and PHP-FPM

Updated about a year ago by grigoriHow-tos10 comments – viewed 25,725 times – ( +17 )
This config is built on an Ubuntu 11.04 server. Software is nginx, php-fpm (php5-fpm). For performance, it's recommended to run php-fpm in SOCKET mode, instead of accessing via IP:PORT. That is the method shown below.

yii vim eclimd how it works

Updated about a year ago by RusAlexHow-tos1 comment – viewed 5,440 times – ( +10 )
I want to create a wiki page, and therefore im opening this discussion on this forum, for answering all questions and see other opinions, how do you use vim with yii.
tags: vim, eclimd, vimrc

Url: hide index.php

Updated about a year ago by HermansHow-tos13 comments – viewed 43,180 times – ( +17 )
Maybe it looks simple, but some time ago I need some time to find a solution of this case. I finally got it, and I want to share that I also experienced such cases. So that it can make reference.

Integrating Wordpress and Yii: yet another approach

Updated about a year ago by goncinHow-tos8 comments – viewed 11,678 times – ( +8 / -2 )
It seems many people is trying to make Wordpress and Yii work together. I got stuck with the same problem, but now I think I have achieved doing it, after a lot of hard thinking and many work hours spent.

Search method of a model for filters when using dates - unixtimestamp in database

Updated about a year ago by jwernerTips1 comment – viewed 15,022 times – ( +10 )
I ran into a problem and on irc we worked it out. Since there is a lack on information on filters in genral i thought i'd start sharing all my findings, might be usefull for other people.

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

Updated about a year ago by dinhtrungTips2 comments – viewed 8,159 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 create a wrapper for a js library

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

Using CJuiDialog to edit rows in a CGridView

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

Integrating Yii with Wordpress

Updated about a year ago by isekreamTips4 comments – viewed 21,321 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...