PHP Classes

File: libs/Doctrine/bin/doctrine.bat

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Doctrine/bin/doctrine.bat   Download  
File: libs/Doctrine/bin/doctrine.bat
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 220 bytes
 

Contents

Class file image Download
@echo off if "%PHPBIN%" == "" set PHPBIN=@php_bin@ if not exist "%PHPBIN%" if "%PHP_PEAR_PHP_BIN%" neq "" goto USE_PEAR_PATH GOTO RUN :USE_PEAR_PATH set PHPBIN=%PHP_PEAR_PHP_BIN% :RUN "%PHPBIN%" "@bin_dir@\doctrine" %*