Wiki

Displaying 331-340 of 470 result(s).

Functional tests independing from your urlManager settings

Created 2 years ago by RusAlexTips1 comment – viewed 5,370 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,357 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 zaccariaTutorials37 comments – viewed 50,272 times – ( +55 )
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,034 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 24,692 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,061 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 17,941 times – ( +11 )
If you tried this extension with success, maybe you thought how to do it without page submission or ajax calls.

Real Time Logging

Created 2 years ago by lucifuriousTips1 comment – viewed 12,485 times – ( +12 )
I've seen a lot of people asking about the logging facilities in Yii and thought I'd share a nice little class I wrote that provides near real-time logging.

How to create nice modal login widget with a CJuiDialog

Created 2 years ago by Igor IvanovicTutorials2 comments – viewed 28,499 times – ( +8 )
...folder /protected/components/UserLoginWidget.php... ...extending the CWidget class...
tags: user, login, modal, widget

Preventing CJuiTabs from hiding drop-down CMenu items

Created 2 years ago by Steve FriedlTips0 comments – viewed 6,160 times – ( +4 )
Almost all Yii applications use CMenu at the top of each page to show options available to the user, and many include drop-down components to allow more fine-grained selection.