1
0
mirror of synced 2025-01-31 12:32:59 +03:00

Initial entry of the doctrine cli base.

This commit is contained in:
Jonathan.Wage 2007-09-17 22:11:32 +00:00
parent cb36f5d092
commit 71853fce04
4 changed files with 8 additions and 0 deletions

1
cli/cli.php Normal file
View File

@ -0,0 +1 @@
<?php

1
cli/config.php Normal file
View File

@ -0,0 +1 @@
<?php

3
cli/doctrine Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env php
<?php
include('doctrine.php');

3
cli/doctrine.php Normal file
View File

@ -0,0 +1,3 @@
<?php
require_once('config.php');
require_once('cli.php');