Summary

Queries are XML files containing SQL. They must include a connection name which corresponds to a definition in the configuration file.

Example Query

This is the file categories_update.xml from [http://www.phunkybb.com/ PhunkyBB]:




  &connection;
  
    
    
    
  
  
  UPDATE &prefix;categories SET disp_position=?,cat_name=? WHERE id=?
  

Queries can use entities and are currently parsed using a bit of PHP coding and mostly the PHP XML parser bindings.