Wiki

Articles in category "tutorials", sorted by ratingX
Displaying 111-120 of 172 result(s).

config Use MS SQL SERVER 2005 2008.

Created 2 years ago by vcxz_1982Tutorials1 comment – viewed 15,349 times – ( +4 )
Use SQL SERVER 2000, the date format not like: yyyy/mm/dd hh:mm:ss. So I change to use SQL SERVER 2008 EXPRESS.

A simple way to get Yii client-side form validation run when submitting by ajax

Created 2 months ago by nlacTutorials1 comment – viewed 3,716 times – ( +4 )
A time ago i've met the issue that Yii doesn't run any client-side form validation when submitting the form by CHtml::ajaxSubmitButton. The small javascript below helps to fix it.

Implementing a WebDAV server using SabreDAV

Created 20 days ago by nineinchnickTutorials2 comments – viewed 1,257 times – ( +4 )
This article will show you how to easily implement a WebDAV server in your project using SabreDAV.

Our WebApp that will run without downtime during update/upgrade

Created about a year ago by Pinoy CoderzTutorials3 comments – viewed 6,021 times – ( +8 / -2 )
How many of us wonder how we can upgrade the website without hurting the operation of our WebApp?
tags: tutorial

Autocomplete in console command

Created about a year ago by StammTutorials1 comment – viewed 5,301 times – ( +3 )
Missed of autocomplete in bash console commands yii make me sad.

How to use Flash, Zend AMF and Yii Framework

Created about a year ago by janistoTutorials0 comments – viewed 6,233 times – ( +3 )
This is a simple demo how to use Zend_AMF with Yii.
tags: flash, zend, Zend_AMF, AMF

How to add a named scope to ActiveRecords with a behavior

Created 4 years ago by MikeTutorials1 comment – viewed 9,505 times – ( +3 )
Since Yii 1.0.5 you can use named scopes with ActiveRecords. They are a great help in simplifying your query calls.

How to use markItUp! on a text field for full WYSIWYG editing

Created 3 years ago by lucifuriousTutorials2 comments – viewed 13,517 times – ( +3 )
This tutorial will show you how to use the Pogostick Yii Extension Library to make an HTML TEXTAREA input element into a full-fledged WYSIWYG editor pretty much with very little code.

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

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

How to setup CKeditor

Created 10 months ago by Dark-SunTutorials3 comments – viewed 7,135 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)