Wiki articles in category Others tagged with "Yii"

Showing 1-1 of 1 item.

Yiinitializr: The Library

Created 10 years ago by Antonio Ramirez, updated 10 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: 26 451 times
Version: 1.1
Category: Others