Subversion-Projekte lars-tiefland.cakephp

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
2
::
3
:: Bake is a shell script for running CakePHP bake script
4
:: PHP versions 4 and 5
5
::
6
:: CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
7
:: Copyright 2005-2007, Cake Software Foundation, Inc.
8
::
9
:: Licensed under The MIT License
10
:: Redistributions of files must retain the above copyright notice.
11
::
12
:: @filesource
13
:: @copyright		Copyright 2005-2007, Cake Software Foundation, Inc.
14
:: @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
15
:: @package			cake
16
:: @subpackage		cake.cake.console
17
:: @since			CakePHP(tm) v 1.2.0.5012
18
:: @version			$Revision: 7945 $
19
:: @modifiedby		$LastChangedBy: gwoo $
20
:: @lastmodified	$Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
21
:: @license			http://www.opensource.org/licenses/mit-license.php The MIT License
22
::
23
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
24
 
25
:: In order for this script to work as intended, the cake\console\ folder must be in your PATH
26
 
27
@echo.
28
@echo off
29
 
30
SET app=%0
31
SET lib=%~dp0
32
 
33
php -q "%lib%cake.php" -working "%CD%" %*
34
 
35
echo.