Difference between #2 and #3 of
How to use an application behavior to maintain runtime configuration

Revision #3 has been created by Maurizio Domba Cerin on Jun 17, 2011, 10:04:13 AM with the memo:

title typo
« previous (#2) next (#4) »

Changes

Title changed

How to use an application behavior forto maintain runtime configuration

Category unchanged

How-tos

Yii version unchanged

Tags unchanged

application, configuration, behavior

Content unchanged

[...]
<?php echo CHtml::dropDownList('_lang', $currentLang, array(
'en_us' => 'English', 'is_is' => 'Icelandic'), array('submit' => '')); ?>
</div>
<?php echo CHtml::endForm(); ?>
```
26 0
25 followers
Viewed: 42 357 times
Version: 1.1
Category: How-tos
Written by: zaccaria
Last updated by: Pablovp
Created on: Jun 17, 2011
Last updated: 11 years ago
Update Article

Revisions

View all history