Wiki

Sorted by date (updated)X
Displaying 71-80 of 470 result(s).

Yii registry, how to use it, does it exist at all?

Updated 3 months ago by resurtmHow-tos2 comments – viewed 11,421 times – ( +6 )
From time to time people ask about registry...

Extending an ActiveRecord model

Updated 3 months ago by BogseyHow-tos3 comments – viewed 3,700 times – ( +2 / -3 )
Introduction

Reference: Model rules validation

Updated 3 months ago by François GannazHow-tos4 comments – viewed 253,382 times – ( +85 )
This is a reference to be used for Model rule validation and is compiled from the Yii documentation and code. The purpose is to have all the information gathered in one place instead of scattered. This reference is not an intro. See The Definitive Guide to Yii, Declaring Validation Rules for a tutorial.

Upload Files to Rackspace Cloud Files CDN

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

How to access a component of a module from within the module itself

Updated 3 months ago by Roman SolomatinTutorials1 comment – viewed 10,682 times – ( +2 / -1 )
The Yii documentation states:
tags: module

Understanding Scenarios

Updated 3 months ago by Luke JurgsTutorials9 comments – viewed 35,361 times – ( +20 )
Scenarios are an extremely useful tool for separating validation tasks on any class you use derived from CModel. In this tutorial we will use CActiveRecord.

Twitter Bootstrap style Breadcrumbs

Updated 3 months ago by junaidatariHow-tos0 comments – viewed 5,185 times – ( +3 / -1 )
1: Create breadcrumb in your view file.

Installing Yii Users and Rights to Newly Created Yii app

Updated 3 months ago by Rajith RTutorials6 comments – viewed 11,209 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.

How to translate and do the translations the easy way

Updated 3 months ago by Roman SolomatinHow-tos3 comments – viewed 24,275 times – ( +17 / -1 )
I wanted to keep all the I18N related translations in separate files, so that I would not need to modify the view files or the model files every time I need to update or fix the translations of application's source language.
tags: i18n

Using Bootstrap with LESS

Updated 4 months ago by Chris83How-tos1 comment – viewed 10,772 times – ( +13 )
I discovered Twitter Bootstrap almost two years ago. After trying it out for a while I fell in love with it. It didn't take long before I realized that it would be great to write an extension that allowed developers to start using Bootstrap in their Yii projects. One night I sat down and started writing what later became my now popular bootstrap extension. Now that the extension is quite widely used in the community I felt that it was time to write about how to use Bootstrap to its full potential. If you use the Bootstrap CSS files you're really missing out on some great features. After reading this article you'll be able to take full advantage of Bootstrap using LESS.