Wiki articles tagged with "Yii"

Showing 21-31 of 31 items.

Yiinitializr: The Library

Created 12 years ago by Antonio Ramirez, updated 12 years ago by Antonio Ramirez.

Yiinitializr\Helpers\Initializer::create('./../', 'frontend', array(

// will override frontend configuration file
__DIR__ .'/../../common/config/main.php', // merged with
__DIR__ .'/../../common/config/env.php', // merged with
__DIR__ .'/../../common/config/local.php' // merged with

))->run(); `

Yiinitializr\Cli namespace

This namespace brings utilities to interact with...

14 0
23 followers
Viewed: 27 505 times
Version: 1.1
Category: Others

YII SaaS Multi Tenant application with single database

Created 12 years ago by Rajith R, updated 11 years ago by xJose.

Lots of people are asking how to solve it with YII,We think its difficult with YII. But its easy to solve . There is no database triggers needed . we can simply sove it by extending a class(say "RActiveRecord") from CActiveRecord .Then extend all our model classes from that class.

6 1
14 followers
Viewed: 29 401 times
Version: 1.1
Category: Tutorials

A very easy way to setup yiic on WAMP server (without extra windows settings)

Created 11 years ago by Kostas Apazidis (KonApaz), updated 10 years ago by Kostas Apazidis (KonApaz).

Assuming that you have already install the wampserver on your windows.

3 1
4 followers
Viewed: 52 699 times
Version: 1.1
Category: Tutorials

How to create CJui Tabs : Render partial, Ajax tabs, color tabs

Created 11 years ago by Interboy, updated 11 years ago by xJose.

Hey guys, today we will show you how to make a Yii CJuitabs as example. Some feature cases such as Static tabs, render partial tabs, Ajax tabs, color tabs... You can see our code, there are simple 3 steps to make it work.

3 0
7 followers
Viewed: 36 834 times
Version: 1.1
Category: How-tos

Multilanguage and SEO friendly

Created 11 years ago by Interboy, updated 10 years ago by Rohit Suthar.

In your application configuration (protected/config/main.php), set the sourceLanguage parameter to English:

4 0
8 followers
Viewed: 30 661 times
Version: 1.1
Category: How-tos

Simple example for language translation

Created 11 years ago by RKA, updated 11 years ago by CeBe.

Language translation is a common requirement in multi lingual sites. In Yii, we can translate using message and view translation.

1 0
5 followers
Viewed: 39 214 times
Version: 1.1
Category: How-tos
Tags: i18n, Yii

Select2 Infinite Scroll With Remote Data in Yii

Created 11 years ago by IsraelAma, updated 11 years ago by CeBe.

I was able to set up the infinite scroll of select2 in Yii. I am glad to share it with you. The demo and source code can be found here. However, select2 for Yii can be found here which uses a widget.

3 0
5 followers
Viewed: 23 241 times
Version: 1.1
Category: How-tos

Starting with YII 1.1.x in Windows Environment (WAMP)

Created 10 years ago by Rajith R, updated 10 years ago by Rajith R.

As we know YII is the Leading Framework of PHP. Lots of new developers are starting to use YII day by day. Most of the beginners are little bit confused with how to start with YII . I think this note will help them. Follow the simple steps To run a Yii-powered Web application, you need a Web server that supports PHP 5.1.0.

3 0
5 followers
Viewed: 46 668 times
Version: 1.1
Category: Tutorials
Tags: newbie, Yii, yiic

Check users online, user last activity, user last ip

Created 10 years ago by frazelli, updated 10 years ago by frazelli.

Stores session data in database and transfer data when session is destroy. Uses for check users online, user's last activity and last ip.

3 0
7 followers
Viewed: 23 253 times
Version: 1.1
Category: How-tos

Single PHP entry point with Nginx

Created 10 years ago by MadAnd, updated 10 years ago by MadAnd.

In this article I will show you how to slightly increase application security, by exploiting the fact that Yii implements the Front Controller Pattern.

4 0
3 followers
Viewed: 19 794 times
Version: all
Category: How-tos

CMenu widget like bootstrap navbar with submenu

Created 9 years ago by kv4nt, updated 9 years ago by kv4nt.
0 0
1 follower
Viewed: 24 343 times
Version: 1.1
Category: Tutorials