PAD - PHP Application Driver


home | manual | reference | regression | sequence | develop | apps


PAD Home

Concept

PAD is an inversion of control PHP application driver.

PAD:
- first executes the application PHP code,
- then reads the application HTML markup code,
- merges both and send the result to the browser.

There is no PAD code in the application PHP code at all !

The Hello World example

PHP HTML Result
<?php

$hi
= 'Hello World !';

?>
<h3>
{$hi}
</h3>

Hello World !

Don't call us

Sugarloaf - Don't call us, we'll call you.




home | manual | reference | regression | sequence | develop | apps

(c) 2003-2025 Herbert Groot Jebbink