Wiki

Sorted by date (updated)X
Displaying 321-330 of 470 result(s).

How to use nested DB transactions (MySQL 5+, PostgreSQL)

Updated about a year ago by Darwin WenHow-tos4 comments – viewed 13,064 times – ( +32 )
Original source code and idea are from: PHP, PDO & Nested Transactions.

How to use single form to collect data for two or more models (CActiveForm and Ajax Validation edition)

Updated about a year ago by Darwin WenHow-tos8 comments – viewed 23,863 times – ( +16 )
With Yii you can use one CActiveForm for collecting data for two or more models with ajax validation and client validation.

How to hide index.php on nginx

Updated about a year ago by Darwin WenTutorials3 comments – viewed 20,727 times – ( +4 )
For a complete sample Nginx+PHP-FPM config, view this how-to: Nginx & PHP-FPM
tags: URL

Creating a database-driven hierarchical Structure combined with CMenu and superfish

Updated about a year ago by thyseusTutorials8 comments – viewed 28,712 times – ( +15 )
Note: Please also take a look at the newer EMenu extension. This works even better that the deprecated CDropDownMenu!
tags: menu

Windows Web Development With AMPPS, NetBeans and XDebug

Updated about a year ago by macinvilleTutorials1 comment – viewed 12,250 times – ( +4 )
This article will discuss how to setup your web development environment with the following specifications:

Como trasponer una lista creada con CHtml::checkBoxList

Updated about a year ago by rdjteamTips3 comments – viewed 5,030 times – ( +2 )
En ciertas ocasiones tenemos que lidiar con el tema de colocar una lista de checkboxes para hacer una seleccion especifica como es el caso de los dias de la semana para un calendario, para esta labor tenemos el comando CHtml::checkBoxList(), revisando un poco el funcionamiento de este temos los siguientes parametros:

Special $variables in CGridView and CListView

Updated about a year ago by Steve FriedlTips8 comments – viewed 22,002 times – ( +18 / -1 )
The popular CListView and CGridView widgets each take a data provider and iterate over each data object produced, calling the user's code to render each row one at a time, and most are familiar with the use of the $data variable to represent the current model object or array.

how to use github (un)official extension repo in your Yii project

Updated about a year ago by RusAlexTips4 comments – viewed 5,300 times – ( +4 )
Using a git submodule command in your yii project

free PHP IDE CodeLobster supports Yii framework

Updated about a year ago by clodTutorials0 comments – viewed 9,186 times – ( +5 )
This page is created to supply short directions and general tips for managing a Yii application in Codelobster PHP Edition.