Wiki

Articles in category "tutorials", sorted by date (updated)X
Displaying 11-20 of 172 result(s).

Yii for beginners 2

Updated 2 months ago by rackyczTutorials2 comments – viewed 9,883 times – ( +20 )
Hi :-) Is that you again? Welcome !! :-)
tags: Created

Send mail using YiiMail extension

Updated 2 months ago by RKATutorials0 comments – viewed 4,296 times – ( +2 )
Let me show a simpe example to send mail using YiiMail extension in 5 steps. It also includes any template view if required along with the content.
tags: YiiMail

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

Updated 2 months ago by nlacTutorials1 comment – viewed 3,794 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.

Creating Yii applications with composer

Updated 2 months ago by SleepWalkerTutorials0 comments – viewed 12,464 times – ( +19 )
Creating Yii applications with composer

Yii for beginners

Updated 2 months ago by rackyczTutorials11 comments – viewed 107,056 times – ( +74 )
Hi. This is first article with my Yii tutorial. I had to split it into more articles as there's limited length of texts on Wiki. So once you understand basics, you can read next article here: Yii for beginners 2.

Custom Login Error Messages

Updated 2 months ago by whoopassTutorials0 comments – viewed 5,635 times – ( +7 )
The Yii Framework is very powerful and it provides a lot of functionality right from the pre-built webapp. One of the nice things that is already established for you as a developer is the Login authentication. While the default configuration simply sets it up to run against an array of hard coded usernames and passwords, the Yii Blog Tutorial provides a how to in connecting that login authentication method to a database so you can run your logins against the registered users. Talk about sweet deal.

Drills : Search by a HAS_MANY relation

Updated 2 months ago by softarkTutorials9 comments – viewed 7,873 times – ( +20 )
Sometimes we get lost trying to search by a HAS_MANY relation using CActiveRecord or CActiveDataProvider. This article is a series of drills that try to describe the practical techniques of searching by a HAS_MANY relation.

Email function at Contact page

Updated 2 months ago by sarthakTutorials1 comment – viewed 2,321 times – ( +1 / -3 )
***note : only for linux users.
tags: email, contact, ssmtp

How to display static pages in Yii?

Updated 3 months ago by resurtmTutorials2 comments – viewed 26,414 times – ( +14 )
In a Web application, we often need to display pages like "about this site", "legal information", whose content are mostly static. There are several approaches to deal with this kind of pages.
tags: static pages

Upload Files to Rackspace Cloud Files CDN

Updated 3 months ago by StephenMiracleTutorials0 comments – viewed 2,850 times – ( +1 )
** I actually made this into an extension for easier use. You can view the extension: http://www.yiiframework.com/extension/rackspaceconnect/