Wiki

Sorted by ratingX
Displaying 81-90 of 482 result(s).

Theming your Zii Widgets

Created 2 years ago by Luis Lobo BorobiaTutorials16 comments – viewed 29,127 times – ( +19 )
One aspect of User Interface Design has to do with the coherence of the design and the use of the colors between the different User Interface Components used.

Dynamic Sidebar using CClipWidget

Created 2 years ago by SheldmanduHow-tos4 comments – viewed 15,563 times – ( +19 )
Most applications will have one or two sidebars and often you want to control the content that should appear in the sidebar based on the action. For example you will want to show something different on the homepage as opposed to some view page. While achieving this you generally also want to avoid putting the layout into each view, as that would mean if you wanted to change the layout (e.g. put the sidebar on the left instead of the right or do some funky layout which requires an additional div tag to be added) you'd have to go through every view, which does not achieve good code re-use. It is also bad practice to have lots of if statements in column2 layout just so that you can generate the sidebar correctly.

Creating Yii applications with composer

Created 8 months ago by schmunkTutorials0 comments – viewed 13,553 times – ( +19 )
Creating Yii applications with composer

How to learn Yii?!

Created about a year ago by yJeroenTutorials7 comments – viewed 38,901 times – ( +18 )
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.

The Comedy of Errors

Created about a year ago by fsbOthers3 comments – viewed 5,286 times – ( +18 )
Please join the party by adding your own favorite Yii programming errors. Be sure to leave at least a hint at the correction.

Using search engine and user friendly URLs

Created 3 years ago by qiangTutorials6 comments – viewed 40,132 times – ( +18 )
The Definitive Guide introduces the fundamentals of managing URLs in a Yii application. In this tutorial, we introduce a practical technique that can quickly turn your application into using search-engine-friendly URLs.
tags: SEO, URL

Using the configuration file, explain what can be configured.

Created 3 years ago by atrandafirTutorials0 comments – viewed 27,537 times – ( +18 )
The purpose of this post is to let anyone quickly find how to accomplish a configuration task, and list here all the posibilities of the config.php file and also link to pages that explain how is each thing implemented.

The complete beginner's study guide for the Yii Framework

Created 8 months ago by Rodrigo CoelhoTips2 comments – viewed 19,071 times – ( +18 )
Start studying the MVC pattern. You will understand the roles of the model, the view and the controller and know where goes each part of the code.

Url: hide index.php

Created about a year ago by HermansHow-tos13 comments – viewed 46,112 times – ( +18 )
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.

Implementing cron jobs with Yii

Created 2 years ago by samdarkHow-tos4 comments – viewed 30,418 times – ( +26 / -1 )
There are two ways to run a cron job:
tags: cron, cli