Changeset 15930
- Timestamp:
- 2007/09/24 09:03:40 (16 years ago)
- Location:
- branches/dev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/class/SC_DbConn.php
r15926 r15930 8 8 $current_dir = realpath(dirname(__FILE__)); 9 9 require_once($current_dir . "/../module/DB.php"); 10 //require_once($current_dir . "/../module/MDB2.php");10 require_once($current_dir . "/../module/MDB2.php"); 11 11 12 12 $objDbConn = ""; -
branches/dev/html/index.php
r15929 r15930 24 24 $objPage = sfGetPageLayout($objPage, false, "index.php"); 25 25 26 sfprintr("a");27 28 26 $objView = new SC_SiteView(); 29 27 $objView->assignobj($objPage); … … 31 29 $end_time=sfGetMicrotime_float(); 32 30 33 sfprintr( 'Script Execution Time: ' . round($end_time - $start_time, 10) . ' seconds');31 sfprintr( 'Script Execution Time: ' . round($end_time - $start_time, 5) . ' seconds'); 34 32 //----------------------------------------------------------------------------------------------------------------------------------- 35 33 // Function to calculate script execution time.
Note: See TracChangeset
for help on using the changeset viewer.