Wiki

Displaying 81-90 of 467 result(s).

Install, update and use Yii with WAMP server

Created 7 months ago by mrsHow-tos4 comments – viewed 8,617 times – ( +4 / -1 )
Here I am describing how you can install and update Yii in WAMP sever.

URL management for Websites with secure and nonsecure pages

Created 7 months ago by qiangHow-tos3 comments – viewed 6,378 times – ( +13 )
In this article, I will describe how to manage URLs for a Website that has both secure and nonsecure content.
tags: URL

Setting static modules' properties in config

Created 7 months ago by Alexander PalamarchukTips0 comments – viewed 2,773 times – ( +2 / -2 )
You may face a situation when you need to access to a configurable module's property from everywhere and you don't have an instance of this module's class.
tags: config, module

Making friends' configs, DB credentials and paths with version control

Created 7 months ago by Alexander PalamarchukTips1 comment – viewed 2,701 times – ( +2 / -1 )
In many cases developers of one project use their own local environments for coding. There may be a common test platform and, of course, production. All these environments usually have different DB credentials and directory structures (first of all, path to YII framework directory). Another feature is debugging. It's convenient to turn it on for local environments, eventually - on the test server and never (generally speaking) - on the production.
tags: config

Hyphenation of routes in URL management

Created 7 months ago by qiangHow-tos4 comments – viewed 6,263 times – ( +15 )
In this article, we introduce an approach that allows automatic hyphenation of the route part in URLs.
tags: URL

How to display static pages in Yii with database content?

Created 7 months ago by yasenTutorials4 comments – viewed 8,378 times – ( +4 )
To extend further static pages as shown by Qiang http://www.yiiframework.com/wiki/22/how-to-display-static-pages-in-yii/ here're the steps to take:

simple CSV export

Created 7 months ago by bluyellHow-tos3 comments – viewed 4,329 times – ( +1 )
tags: csv, excel, export

Serial Numbers (item counts) in GridView

Created 7 months ago by PeRoChAkHow-tos2 comments – viewed 3,357 times – ( +1 )
Sometime we need to display numbers of items per page with their counting as a serial number.

A simple go back button widget

Created 7 months ago by CTalaHow-tos5 comments – viewed 6,836 times – ( +3 / -2 )
We all know that widgets are really useful. We can use the almost everywhere we want, and we can use the same code a lot of times ( Almost OOP ).

[pt-br] O guia de estudos do Yii para iniciantes

Created 7 months ago by Rodrigo CoelhoTips0 comments – viewed 2,735 times – ( +1 )
You can find the english version of this wiki here: The complete beginner's study guide for the Yii Framework.