Main » Articles » Programming » YII |
Entries in category: 2 Shown entries: 1-2 |
Sort by: Date · Name · Rating · Comments · Views
YII → YII selection from a database some fields
$command = Yii::app()->db->createCommand();
$surls = $command->select('db_field1', 'db_field1')->from('table_name')->where("WHERE 1")->queryAll();
YII → Ubuntu + Netbeans + Xdebug + YII Framework
http://wiki.netbeans.org/HowToConfigureXDebug
http://blogs.oracle.com/netbeansphp/entry/ubuntu_php_netbeans_part_iii
http://blogs.oracle.com/netbeansphp/entry/ubuntu_php_netbeans
These tree sources helps me to successfully setup the debugging in Netbeans through Xdebug under Ubuntu.
http://blogs.oracle.com/netbeansphp/entry/ubuntu_php_netbeans_part_iii
http://blogs.oracle.com/netbeansphp/entry/ubuntu_php_netbeans
These tree sources helps me to successfully setup the debugging in Netbeans through Xdebug under Ubuntu.