Wiki

Articles in category "tutorials", sorted by date (updated)X
Displaying 131-140 of 172 result(s).

CListView AJAX filtering

Updated 2 years ago by DragaTutorials14 comments – viewed 28,218 times – ( +14 )
This tutorial shows how to filter CListView items by AJAX, and it's compatible with disabled JavaScript users In my case this has been done to filter users list

Yii tinymce结合syntaxHighlighter和syntax

Updated 2 years ago by Darwin WenTutorials0 comments – viewed 4,939 times – ( +1 )
首先我们需要下载好Yii tinymce扩展,放入你的extensions目录下,

I18n subdomains and url-rules

Updated 2 years ago by atrandafirTutorials5 comments – viewed 15,695 times – ( +7 )
This guide is for more or less advanced users. If you just started with Yii or didn't worked with any web-framework before, you may should come back later :-)
tags: i18n, URL

Theming your Zii Widgets

Updated 2 years ago by Ivan WilhelmTutorials16 comments – viewed 28,191 times – ( +19 )
One aspect of User Interface Design has to do with the coherence of the design and the use of the colors between the different User Interface Components used.

Cambiando el diseño de JuiWidgets

Updated 2 years ago by Ivan WilhelmTutorials1 comment – viewed 5,946 times
Un aspecto del diseño de interfaces de usuario tiene que ver con la coherencia del diseño y uso de colores entre los distintos componentes de interfaz de usuario utilizados.

Ativando temas no Zii Widgets

Updated 2 years ago by Ivan WilhelmTutorials3 comments – viewed 5,188 times – ( +4 / -2 )
Um aspecto do design da interface de usuário tem a ver com a coerência do design e da utilização das cores entre os diferentes componentes da interface do usuário utilizada.

Named scope - Get orphan AR without losing primary key

Updated 2 years ago by Steve FriedlTutorials0 comments – viewed 3,868 times
Sometime, in a many-to-many relation, you need to retrieve AR that aren't linked. In practice, AR with null value in the join table. So you implements a criteria like this :

To configure Yii path in Windows platform

Updated 2 years ago by CodaTutorials2 comments – viewed 16,530 times – ( +1 / -6 )
I can see many questions regarding configuring the path using Windows OS. I could hardly get the right information about it. The cook book has defined for Linux. So I would like to share my idea on it. To configure the Yii path using Windows OS,

Use different environments (development, production, etc) in your app with EASY Environment Class

Updated 2 years ago by marcovtwoutTutorials5 comments – viewed 12,350 times – ( +6 )
Info: An extension was created based on this wiki page. See: http://www.yiiframework.com/extension/yii-environment/

Impersonate Users within Yii Framework

Updated 2 years ago by WoilTutorials5 comments – viewed 8,987 times – ( +20 )
For some applications it can be advantageous for administration reasons to allow site administrators to login as other users. This is sometimes called user impersonation or "becoming that user".