Wiki

Articles tagged with "application"X
Displaying 1-3 of 3 result(s).

Yiinitializr: The Library

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

Kickstart development with Yii-App

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

How to use an application behavior to maintain runtime configuration

Created about a year ago by zaccariaHow-tos3 comments – viewed 13,811 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.