All, I am looking for an example of DB, QuickForm and Flexy or Smarty working together. Is there someone who has it ? I try to make a small php script which would be able to add/edit/delete/display data from mysql to a web page, I can do it using DB and QuickForm, but really dirty code. I would be wondering if there is any way to make this 3 packages working together, for example when I submit a form created with the QuickForm package, can I send the data directly and proprely in the database using DB ? And is there any propel way to get the data from a table using DB and then display it using a template engine ? Thanks for your help