Wiki

Sorted by viewsX
Displaying 321-330 of 467 result(s).

Understanding series articles

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

Load the Yii-Bootstrap Extension on Specific Actions

Created 5 months ago by chuntleyHow-tos5 comments – viewed 6,193 times – ( +8 )
A big problem I've hit with the Yii-Bootstrap extension is that all AJAX requests are initializing Bootstrap because of preload. This is a huge waste of resources, especially when using AJAX-based file uploaders that split the file into chunks. Large file uploads using that method could be initializing bootstrap hundreds of times.
tags: bootstrap, filter

Shrink Yii, help your IDE and speed up copying

Created about a year ago by dckurushinTips11 comments – viewed 6,168 times – ( +9 / -8 )
In this little tip, I will help you to cut Yii size for about half

Preventing CJuiTabs from hiding drop-down CMenu items

Created 2 years ago by Steve FriedlTips0 comments – viewed 6,118 times – ( +4 )
Almost all Yii applications use CMenu at the top of each page to show options available to the user, and many include drop-down components to allow more fine-grained selection.

Managing constants easily

Created about a year ago by briiC.lvTips4 comments – viewed 6,108 times – ( +4 )
For time to time i have models with constants (basicly status constants) which i use in diferent places and if these constant changes, i have to change mentions of constant in code elsewhere.

Directory independent extensions

Created 2 years ago by GOshaTips3 comments – viewed 6,027 times – ( +15 / -1 )
Many people want to use downloaded extensions in their own way. As for me most of the extensions require me to correct Yii::import() instructions inside their source code. All these extensions are directory dependent. To avoid the situation described above, I suggest to implement pseudo-anonymous aliases:

Our WebApp that will run without downtime during update/upgrade

Created about a year ago by Pinoy CoderzTutorials3 comments – viewed 5,993 times – ( +8 / -2 )
How many of us wonder how we can upgrade the website without hurting the operation of our WebApp?
tags: tutorial

Cambiando el diseño de JuiWidgets

Created 2 years ago by Luis Lobo BorobiaTutorials1 comment – viewed 5,941 times
Un aspecto del diseño de interfaces de usuario tiene que ver con la coherencia del diseño y uso de colores entre los distintos componentes de interfaz de usuario utilizados.

BootProgressColumn - Progress Bar Inside GridView Column compatible with 'bootstrap' extension

Created 10 months ago by LuizTips1 comment – viewed 5,851 times – ( +6 )
A little hint of how to create a progress bar inside the column of the grid, using the 'bootstrap' extension.

Application-driven database with CDbMigration and an extended CActiveRecord

Created about a year ago by Tudor IlisoiOthers0 comments – viewed 5,817 times – ( +7 )
This is an incipient implementation of application-driven database with Yii.
tags: database, model