Wiki

Sorted by ratingX
Displaying 161-170 of 468 result(s).

Front-end developer's guide

Created about a year ago by jonahTutorials5 comments – viewed 15,412 times – ( +10 )
This wiki is a work in progress.

Using CJuiDialog to display flash Messages in Dialogues

Created 2 years ago by thyseusTutorials1 comment – viewed 11,299 times – ( +10 )
In order to nicely display flash Messages, create view like this called views/site/dialog.php :

Styling Radio Buttons

Created 2 years ago by Steve FriedlTips2 comments – viewed 21,789 times – ( +10 )
The default behavior with radio button lists is ugly, and I figured out mostly how to style them a coupla different ways. I'll used the blog tutorial example (but with my own posting modes):

Setting and getting systemwide static parameters

Created 2 years ago by Steve FriedlHow-tos2 comments – viewed 28,878 times – ( +10 )
Occasionally one wishes to set systemwide parameters for an application, such as a contact address for email, an application name, or setting an option that guides major behavior. Yii provides for setting of static parameters in the configuration file, and this article talks about how to do it conveniently.
tags: config

YiiBackboneBoilerplate - Project Setup for your Yii+BackboneJS applications

Created 8 months ago by Antonio RamirezOthers4 comments – viewed 9,879 times – ( +10 )
YiiBackboneBoilerplate
tags: directory, config

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

Created 2 years ago by MukkeTips1 comment – viewed 15,017 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.

yii vim eclimd how it works

Created 2 years 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

Configuring controller access rules to default-deny

Created 2 years ago by Steve FriedlHow-tos1 comment – viewed 29,327 times – ( +10 )
Starting with the blog tutorial, Yii developers are familiar with the notion of access rules defined in the controller, where the actions are allowed or denied depending on the user's name or role.

Logout CSRF Protection

Created 2 years ago by Rodrigo CoelhoTutorials1 comment – viewed 9,254 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.

Yiinitializr: The Library

Created about a month ago by Antonio RamirezOthers4 comments – viewed 3,171 times – ( +10 )
Introduction