Wiki

Sorted by date (updated)X
Displaying 81-90 of 467 result(s).

Creating HTML code using Jamboree Panels

Updated 3 months ago by bluyellTutorials0 comments – viewed 4,369 times – ( +2 )

Filter / Search with CListView

Updated 3 months ago by JohnPollardHow-tos5 comments – viewed 17,556 times – ( +21 )
This is what I did. Its the EASIEST solution that I know of. I just reused the advanced search done in CGridView.

Define general array and variable and call it to anywhere in application

Updated 4 months ago by Maurizio DombaTutorials2 comments – viewed 2,645 times – ( +2 / -4 )
Create param.php file in protected/config

Cheat Sheet: Displaying Name instead of Numbers and Displaying Alphanumeric instead of numeric values

Updated 4 months ago by skwordenHow-tos4 comments – viewed 5,485 times – ( +3 / -1 )
I keep a reference to some simple but painful task if you forget a common or something. I am new to Yii and this took awhile for me to figure out. Everything I read said do this or do that and not a single one worked for me. However, the following did.

The MrFisk IRC Bot

Updated 4 months ago by rAWTAZOthers0 comments – viewed 5,192 times – ( +5 )
MrFisk is a sleek little bot hanging out in the official #yii IRC channel on freenode, meant to serve Yii users with documentation lookups and other things. This document intends to provide a summary of what MrFisk can do for you and how to use his fin^H^Heatures.
tags: MrFisk, YiiBot, IRC, bot

PayPal Integration And IPN (Instant Payment Notification)

Updated 4 months ago by yasenHow-tos3 comments – viewed 5,412 times – ( +7 )
Had to implement PayPal payments for a client and would like to share part of my code with you. Because the tutorial will become too long, I'll leave some code to be done by you, e.g. creating models, controllers and db tables for products, orders.

jQuery UI Datepicker

Updated 4 months ago by softarkHow-tos0 comments – viewed 12,421 times – ( +8 )
We all love the convenient gadget, namely jQuery UI Datepicker as an input element for date. Yii supports it as CJuiDatePicker. Let's see how to use it.

Making friends' configs, DB credentials and paths with version control

Updated 4 months ago by ajsharmaTips1 comment – viewed 2,705 times – ( +2 / -1 )
In many cases developers of one project use their own local environments for coding. There may be a common test platform and, of course, production. All these environments usually have different DB credentials and directory structures (first of all, path to YII framework directory). Another feature is debugging. It's convenient to turn it on for local environments, eventually - on the test server and never (generally speaking) - on the production.
tags: config

Behaviors & events

Updated 4 months ago by GismoTutorials7 comments – viewed 48,545 times – ( +39 )
These features provide endless possibilities and unbelievable flexibility, but as current documentation does not give more than a few examples, it might be difficult to fully understand their internals and requirements.

Adding search to Yii blog example (using Zend Lucene)

Updated 4 months ago by klammeraffeTutorials15 comments – viewed 33,630 times – ( +28 / -2 )
For this tutorial I will add a search to the blog demo. The search would be based on Zend Lucene.