Wiki

Articles in category "tutorials", sorted by commentsX
Displaying 81-90 of 172 result(s).

How to setup yiic on WAMP (XP/Vista)

Created 4 years ago by krillzipTutorials3 comments – viewed 49,212 times – ( +2 )
This page assumes that you have installed Wampserver on your MS Windows computer.

Eclipse PDT - code-hints, references and other goodies

Created 4 years ago by mindehTutorials3 comments – viewed 20,913 times – ( +13 )
Since PHP is dynamically typed language, the way IDE may help you is limited.
tags: IDE

How to hide index.php on nginx

Created 4 years ago by milesTutorials3 comments – viewed 20,750 times – ( +4 )
For a complete sample Nginx+PHP-FPM config, view this how-to: Nginx & PHP-FPM
tags: URL

Encapsulate db and module configurations

Created 3 years ago by ricardogranaTutorials3 comments – viewed 6,674 times – ( +6 )
This method was inspirated on the excellent text about different environments available at http://www.yiiframework.com/doc/cookbook/32/
tags: module

Performance - A Guide For Best Practice

Created 3 years ago by Y!!Tutorials3 comments – viewed 11,686 times – ( +8 / -5 )
In this guide I will explain best practise regarding performance in MySQL, PHP and of course our loved Yii Framework. Since this is a complex topic, I will start with some basics and then expand this guide from time to time. Since this wiki can become big, you may click on View history - there you can see what changes have been made, so you don't miss anything.
tags: performance

Installing and configuring the Yii User Management Module under a fresh skeleton application generated by yiic

Created 3 years ago by thyseusTutorials3 comments – viewed 43,918 times – ( +12 / -2 )
p.s. latest version of this tutorial is always available unter the docs/ folder of the User Management Module.

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

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

List with multiple checkbox

Created 2 years ago by matkazTutorials3 comments – viewed 15,106 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

How to setup CKeditor

Created 10 months ago by Dark-SunTutorials3 comments – viewed 7,167 times – ( +3 )
To start with you need to download the latest stable release of CKeditor. Extract the downloaded file and place the ckeditor/ folder in your applications webroot directory. (beside "protected" and "css" and other directories)

Auto set model fields values

Created 10 months ago by vibhaJadwaniTutorials3 comments – viewed 7,364 times – ( +7 )
This is a tutorial for how to auto set model values without any code.