Sunday, July 05, 2009

Describing Writting your web application using Bombay (take 2)

Scratch that! Screw describing the web application. Just decide for me and tell me what I need to do.


index.php

<?php

require '/path/to/bombay.php';
requires ('mojo');

function _home()
{
echo "Hello World";
}

?>


Trade-off flexibility for minimal cognitive strain and busy work.

Update July 27, 2009: Renamed Swx to Bombay

1 comment:

Anonymous said...
This comment has been removed by a blog administrator.