Ever want to break a small PHP app into an MVC-ish convention without the need of tacking on a massive templating engine? Are you opposed to remembering new syntax just for a template? Why not just use some ob_* code to roll your own simple templating engine?
This will allow you to create PHP includes which will render as templates so you can organize your app into an MVC-ish layout.
Rob Hurring is a software engineer residing in the NJ tri-state area. He spends most of his time writing Ruby code or hacking on whatever he finds neat.