Wiki

Displaying 391-400 of 467 result(s).

List with multiple checkbox

Created 2 years ago by matkazTutorials3 comments – viewed 15,000 times – ( +4 )
It is a common case coders often come accross. For example the purpose of these checkbox is to mark records to be deleted

Add information to Yii::app()->user by extending CWebUser (better version)

Created 2 years ago by emixTutorials3 comments – viewed 13,578 times – ( +3 )
I found a better solution.

Using CJuiDialog to display flash Messages in Dialogues

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

Multiple Databases and Multiple Domains

Created 2 years ago by got 2 doodleTutorials2 comments – viewed 20,716 times – ( +12 / -2 )
Add these lines in /config/main.php
tags: database

Named scope - Get orphan AR without losing primary key

Created 2 years ago by cmaTutorials0 comments – viewed 3,872 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 :

Installing WAMP - Apache, MySQL, & PHP on Windows 7

Created 2 years ago by YetiTutorials1 comment – viewed 27,544 times – ( +2 )
Installing WAMP on XP was pretty easy; W7 is not so trivial. It's not difficult once you know, but it took me best part of a day to figure out and required gleaning various bits of information from around the web; this tutorial brings it all together in one place to (hopefully) make other peoples lives that bit easier. It does assume that you are reasonably happy configuring Apache, PHP, and MySQL and mainly deals with the W7 quirks.

Add charts / print buttons to your webapp

Created 2 years ago by CoLTTutorials1 comment – viewed 14,958 times – ( +7 )
In this article you will find Yii framework extensions enabling you to add various charts/print out buttons etc. to your webapp.
tags: chart, print, flash, excel, csv, pdf, xls

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

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

CJuiDialog and AjaxSubmitButton

Created 3 years ago by tydeas_drTutorials18 comments – viewed 59,814 times – ( +32 / -2 )
Hello ppl. Even though i have a small experience with yii I though of writing this to help people which want to do something similar.
tags: AJAX

How to install pdo_oci

Created 3 years ago by Horacio SeguraHow-tos1 comment – viewed 12,353 times – ( +1 )
From: http://lacot.org/ and me.
tags: pdo oci php