|
Revision 199, 0.6 KB
(checked in by haas, 6 years ago)
|
|
many fixes, documentation improvements
|
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | #!@PHP-BIN@ |
|---|
| 2 | <?php |
|---|
| 3 | /** |
|---|
| 4 | * Copy directory Pear data_dir/PHPonTrax/data/ |
|---|
| 5 | * |
|---|
| 6 | * (PHP 5) |
|---|
| 7 | * |
|---|
| 8 | * This is the Linux/Unix version of the console command that creates |
|---|
| 9 | * the skeleton directories for a PHPonTrax application |
|---|
| 10 | * @package PHPonTrax |
|---|
| 11 | * @license http://opensource.org/licenses/gpl-license.php GNU Public License |
|---|
| 12 | * @copyright (c) Walter O. Haas 2006 |
|---|
| 13 | * @version $Id$ |
|---|
| 14 | * @author Walt Haas <haas@xmission.com> |
|---|
| 15 | */ |
|---|
| 16 | |
|---|
| 17 | require_once "PHPonTrax/trax.php"; |
|---|
| 18 | |
|---|
| 19 | // -- set Emacs parameters -- |
|---|
| 20 | // Local variables: |
|---|
| 21 | // mode: php |
|---|
| 22 | // tab-width: 4 |
|---|
| 23 | // c-basic-offset: 4 |
|---|
| 24 | // c-hanging-comment-ender-p: nil |
|---|
| 25 | // indent-tabs-mode: nil |
|---|
| 26 | // End: |
|---|
| 27 | |
|---|
| 28 | ?> |
|---|