Wiki

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

Extending an ActiveRecord model

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

Reference: Model rules validation

Updated 3 months ago by François GannazHow-tos4 comments – viewed 252,423 times – ( +84 )
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,800 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,641 times – ( +2 / -1 )
The Yii documentation states:
tags: module

Understanding Scenarios

Updated 3 months ago by Luke JurgsTutorials9 comments – viewed 35,218 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,153 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,090 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,218 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 3 months ago by Chris83How-tos1 comment – viewed 10,656 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.

Kickstart development with Yii-App

Updated 3 months ago by Chris83How-tos20 comments – viewed 9,705 times – ( +17 )
I recently created a project called Yii-App on GitHub to kickstart my development of smaller Yii applications. The main goal of the project is to provide a ready-to-use application template that includes my bootstrap extension and many other useful extensions. After reading this article you will be able to use this project as a starting point for all of your Yii projects.