Hey all,
Here is a slick website that I built leveraging off the Xataface framework. The idea is to basically rely on the 'action=' url variable to call the corresponding actions.php file. Which then displays a template page using df_display('template.html', array()).
The array() is a array of variables containing data to be displayed on the page. This way we could separate content from presentation.
Feel free to comment!