Wiki

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

Setting application parameters dynamically in the back-end

Created about a year ago by PablovpTutorials4 comments – viewed 17,560 times – ( +10 / -1 )
I was wondering how to set-up the application parameters in the back-end to use them all around the application without the need of using the database and I came up with this solution, I hope it helps somebody else.

Yiinitializr: The Library

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

How to use an application behavior to maintain runtime configuration

Created 2 years ago by zaccariaHow-tos3 comments – viewed 14,497 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.