PHP Pre-Processing with XMake |
>> << Contents |
XMake: eXtendable Make EnvironmentThe Basics
Core Features
System Requirements
System Comparisons
Installation and UsePHP Templating
Create Project: 'xmakep' command
Project Configuration: XMake.conf (abbreviated)
Build Project: 'xmake' command
XMake + PHP
Execution Environment
Build System Security
Source Code Security
source: build-versus-run-time.php.phpcQuality Control
output: build-versus-run-time.php
STDOUT: build-versus-run-time.php?user=greg&lang=en
STDOUT: build-versus-run-time.php?user=greg&lang=fr
STDOUT: build-versus-run-time.php?user=greg&lang=es
STDOUT: build-versus-run-time.php?user=greg&lang=pt
Error Handling in PHP SourcesCustomization
Automated Testing: XMakefile.mks
STDERR: 'xmake'
Lint Checking: 'xmake php.lint'
Site ManagementXMake Internals
Simulated Server: configuration
Simulated Server: source
Simulated Server: STDOUT
This Presentation: Custom Makefile
This Presentation: PHP Template
XMake.conf: project configuration
Dependency Makefiles: *.mkdo
Makefile Introspection: XM.reqs.${target}
C Language XMExtension makefile: c.mkh
C Language XMExtension makefile: c.mkr
PHP Language XMExtension makefile: phpc.mkh
PHP Language XMExtension included source: phpc.inc
>> << Copyright (c) 2003, Gregory Keranen. All rights reserved. |