final move of files
[web.mtrack] / MTrack / Interface / DBExtension.php
1 <?php
2
3 interface IMTrackDBExtension 
4 {
5   /** allows the extension an opportunity to adjust the environment;
6    * register sqlite functions or otherwise tweak parameters */
7   function onHandleCreated(PDO $db);
8 }