Wiki

Articles tagged with "application", sorted by commentsX
Displaying 1-4 of 4 result(s).

Kickstart development with Yii-App

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

Yiinitializr: The Library

Created about a month ago by Antonio RamirezOthers4 comments – viewed 3,925 times – ( +12 )
Introduction

How to use an application behavior to maintain runtime configuration

Created 2 years ago by zaccariaHow-tos3 comments – viewed 14,479 times – ( +24 )
In this tutorial will be explained a method to manage some configuration runtime. This excellent tutorial follows a similar approach, but requires to write a masterclass which all controllers are supposed to extend, following this wiki you can achieve the same by only editing the configuration.

YII SaaS Multi Tenant application with single database

Created 18 days ago by Rajith RTutorials0 comments – viewed 1,676 times – ( +6 / -3 )
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.