PHP Classes

File: yii.bat

Recommend this page to a friend!
  Classes of Uldis Nelsons   YII2 Framework PHP Init   yii.bat   Download  
File: yii.bat
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: YII2 Framework PHP Init
Create a project based on the YII2 from template
Author: By
Last change:
Date: 2 years ago
Size: 515 bytes
 

Contents

Class file image Download
@echo off rem ------------------------------------------------------------- rem Yii command line bootstrap script for Windows. rem rem @author Qiang Xue <qiang.xue@gmail.com> rem @link http://www.yiiframework.com/ rem @copyright Copyright (c) 2008 Yii Software LLC rem @license http://www.yiiframework.com/license/ rem ------------------------------------------------------------- @setlocal set YII_PATH=%~dp0 if "%PHP_COMMAND%" == "" set PHP_COMMAND=php.exe "%PHP_COMMAND%" "%YII_PATH%yii" %* @endlocal