Wiki

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

Logout CSRF Protection

Updated 2 years ago by Rodrigo CoelhoTutorials1 comment – viewed 9,589 times – ( +10 )
CSRF is the acronymn for Cross-site request forgery. It is an attack which forces an end user to execute unwanted actions on a web application in which he/she is currently authenticated.

CListView AJAX filtering

Updated 2 years ago by DragaTutorials14 comments – viewed 29,420 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 5,047 times – ( +1 )
首先我们需要下载好Yii tinymce扩展,放入你的extensions目录下,

I18n subdomains and url-rules

Updated 2 years ago by atrandafirTutorials5 comments – viewed 16,103 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 29,123 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 6,176 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,328 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,951 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 17,475 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,