Wiki

Articles in category "how-tos", sorted by date (updated)X
Displaying 31-40 of 182 result(s).

Extending an ActiveRecord model

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

Reference: Model rules validation

Updated 2 months ago by François GannazHow-tos4 comments – viewed 250,338 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.

Twitter Bootstrap style Breadcrumbs

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

How to translate and do the translations the easy way

Updated 3 months ago by Roman SolomatinHow-tos3 comments – viewed 24,006 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,312 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,568 times – ( +16 )
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.

Handling Bootstrap active tabs in Yii via URL

Updated 3 months ago by JamesBarnsleyHow-tos4 comments – viewed 4,897 times – ( +5 )
As a lead developer at Mutable Labs I found that when using the Yii Bootstrap tabs component you will sometimes want to direct the user to a specific tab and not necessarily the first tab. Yii Bootstrap already provides the "active" variable so you can define whether the tab is the active tab or not in PHP. I generally find though that a PHP solution to this problem is rather cumbersome as every tab component will need the PHP code inserted or you will have to extend the tab component somehow to do it.

simple CSV export

Updated 3 months ago by bluyellHow-tos3 comments – viewed 4,306 times – ( +1 )
tags: csv, excel, export

Filter / Search with CListView

Updated 3 months ago by JohnPollardHow-tos5 comments – viewed 17,452 times – ( +21 )
This is what I did. Its the EASIEST solution that I know of. I just reused the advanced search done in CGridView.

Cheat Sheet: Displaying Name instead of Numbers and Displaying Alphanumeric instead of numeric values

Updated 4 months ago by skwordenHow-tos4 comments – viewed 5,444 times – ( +3 / -1 )
I keep a reference to some simple but painful task if you forget a common or something. I am new to Yii and this took awhile for me to figure out. Everything I read said do this or do that and not a single one worked for me. However, the following did.