Wiki

Sorted by ratingX
Displaying 91-100 of 470 result(s).

Kickstart development with Yii-App

Created 4 months ago by Chris83How-tos20 comments – viewed 9,777 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.

Url: hide index.php

Created about a year ago by HermansHow-tos13 comments – viewed 43,537 times – ( +17 )
Maybe it looks simple, but some time ago I need some time to find a solution of this case. I finally got it, and I want to share that I also experienced such cases. So that it can make reference.

Using cache in CActiveDataProvider

Created about a year ago by StammTips7 comments – viewed 9,167 times – ( +17 )
First param in CActiveDataProvider could be a string with model name or instance of class. So, you may use CActiveRecord::cache() for cache, but you need set third param to 2, because you should cache 2 queries: counting and get data.

CJuiDialog and AjaxSubmitButton

Created 3 years ago by tydeas_drTutorials18 comments – viewed 60,144 times – ( +32 / -2 )
Hello ppl. Even though i have a small experience with yii I though of writing this to help people which want to do something similar.
tags: AJAX

Understanding series articles

Created about a year ago by GOshaTips0 comments – viewed 6,228 times – ( +16 )
Here are all wiki articles from "Understanding" series by Yii wiki contributors:

How to learn Yii?!

Created about a year ago by yJeroenTutorials7 comments – viewed 37,448 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.

How to set up Unicode

Created 4 years ago by MikeHow-tos9 comments – viewed 35,959 times – ( +16 )
To fix issues with display of special language characters once and for all there's a solution: use Unicode UTF-8 everywhere. If everything is set up to use Unicode, you can use mostly every language in your application.
tags: i18n, unicode

Simple authorization system

Created about a year ago by GustavoHow-tos1 comment – viewed 15,349 times – ( +16 )
How to create a simple (non-RBAC) authorization system

Using CJuiDatePicker for CGridView filter

Created about a year ago by softarkHow-tos3 comments – viewed 15,623 times – ( +16 )
We can use a CJuiDatePicker for a CGridView inline filter.

htmlOptions explained for various controls.

Created 2 years ago by WoilTips1 comment – viewed 24,674 times – ( +16 )
Most controls that are rendered by CHtml have an argument called $htmlOptions. This argument is an array that holds the attributes of the HTML element. For example the following code: