Wiki

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

How to automate timestamps in ActiveRecord models

Created 4 years ago by dalipTutorials7 comments – viewed 57,116 times – ( +25 )
There are many ways to automate the setting of timestamps in yii ActiveRecord models. Three are presented here:

How to learn Yii?!

Created about a year ago by yJeroenTutorials7 comments – viewed 37,099 times – ( +16 )
Here is a step by step To-Do list for Yii beginners. The list is an advice of what tutorials and documentation you can walk through to get a full understanding of the Yii Framework. These can be a help to learn Yii.

Behaviors & events

Created 3 years ago by pestaaTutorials7 comments – viewed 48,291 times – ( +39 )
These features provide endless possibilities and unbelievable flexibility, but as current documentation does not give more than a few examples, it might be difficult to fully understand their internals and requirements.

By Example: CHtml

Created 3 years ago by jonahTutorials7 comments – viewed 240,701 times – ( +80 )
"By Example" cookbook pages will provide coding examples for many of the commonly used classes within Yii. We will try to provide as many usage examples as possible for keep these pages as helpful as possible.

How to customize Yii core messages?

Created 4 years ago by qiangTutorials6 comments – viewed 27,543 times – ( +13 )
Yii core messages refer to static text strings in the core Yii framework code which are meant to be displayed to end-users (e.g. core exception messages, default validation error messages). Customization of these core messages is needed in two circumstances:

How to generate Web feed for an application

Created 4 years ago by qiangTutorials6 comments – viewed 12,595 times – ( +4 )
Web feed is a data format used for providing users with frequently updated content. In this article, we describe how to use Zend_Feed, an excellent component from Zend Framework to generate Web feed for an Yii application. This article can also serve as a general guide on how to use other components in Zend Framework.

Using search engine and user friendly URLs

Created 3 years ago by qiangTutorials6 comments – viewed 38,544 times – ( +18 )
The Definitive Guide introduces the fundamentals of managing URLs in a Yii application. In this tutorial, we introduce a practical technique that can quickly turn your application into using search-engine-friendly URLs.
tags: SEO, URL

Module based login

Created 2 years ago by suriyansureshTutorials6 comments – viewed 32,378 times – ( +14 )
If you want to add module based login to a site without using RBAC, please follow these guidelines.

Ajax form submiting in Yii

Created 8 months ago by sirin kTutorials6 comments – viewed 26,739 times – ( +6 / -2 )
hi guys, Here I'm going to give you a working example of ajax form submiting in Yii.

Installing Yii Users and Rights to Newly Created Yii app

Created 5 months ago by Rajith RTutorials6 comments – viewed 10,686 times – ( +9 / -1 )
After creating an yii app . we need to implement permission, Authentication and Authorization .so the best way is to use the Yii users and Rights modules.