Wiki

Displaying 341-350 of 483 result(s).

yii vim eclimd how it works

Created 2 years ago by RusAlexHow-tos1 comment – viewed 5,553 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

Using jQuery UI 1.8.10 themes with Yii 1.1.6

Created 2 years ago by a110yTips7 comments – viewed 12,280 times – ( +2 )
When using the latest stable jQuery UI themes (1.8.10) with Yii 1.1.6 (which uses 1.8.6) the widgets don't appear (they're invisible but they're there). In order to make them visible you need to change the following line:

Understanding "Assets"

Created 2 years ago by Steve FriedlTutorials11 comments – viewed 67,401 times – ( +53 )
Many newcomers to Yii ask about the assets/ directory found under the webroot, and this article means to explain why it's there and how to work with it.

Functional tests independing from your urlManager settings

Created 2 years ago by RusAlexTips1 comment – viewed 5,510 times
If you are testing your app and use urlManager in your config, sometimes you will find a problem: you want to test your site independing from urlManager settings. in that way you need to extend your WebTestCase class by this method:

How to use a Widget as an Action Provider

Created 2 years ago by Antonio RamirezHow-tos8 comments – viewed 18,943 times – ( +22 )
As written on the API docs: An Action Provider Widget is a widget that has declared several actions by using its 'public static function actions()'. After, a Controller can easily import all its declared actions on its 'public function actions()'.
tags: Widgets, CAction

CJuiDialog for create new model

Created 2 years ago by zaccariaTutorials40 comments – viewed 51,861 times – ( +57 )
In this tutorial we will learn how to realize a create interface using a dialog.

Run an Yii Application inside an Wordpress page

Created 2 years ago by Paul ApostolHow-tos3 comments – viewed 12,439 times – ( +12 )
Install a Wordpress site (mine is in "http://localhost/test/wordpress")

htmlOptions explained for various controls.

Created 2 years ago by WoilTips1 comment – viewed 25,762 times – ( +16 )
Most controls that are rendered by CHtml have an argument called $htmlOptions. This argument is an array that holds the attributes of the HTML element. For example the following code:

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

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

javascript + tabular input

Created 2 years ago by zaccariaHow-tos1 comment – viewed 18,335 times – ( +11 )
If you tried this extension with success, maybe you thought how to do it without page submission or ajax calls.