TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 12-03-2007, 04:43 PM   #1 (permalink)
The Frequenter
 
ReSpawN's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
ReSpawN is on a distinguished road
Default Rookietime : mySQL Query class

Hey guys!

Today I sat down for a nice day of PHP'n and this is what first spiked my attention. The mySQL Query function inside a class. Since I use PHP 4.4.7 (still need to upgrade host lol), I am NOT using objects (to my knowledge).

So, if this post is not good enough for advanced PHP programming, you are allowed to move it. Therefor, don't hate me for my mistakes IF I made them. :P

PHP Code:
class MySQLdb {
    function 
Query($Query){    
    
$this->loadstart[] = microtime();

        
$Query mysql_query($Query) or die( $this->Errormysql_error() ) );
    
        
$this->loadend[] = microtime();
        
        return 
$Query;
    }

    function 
Debug($DebugType){

        if (
$DebugType == 'TimeQ') {
            for (
$i 0$i count($this->loadstart); $i++){
                
$starttime $this->loadstart[$i] + $starttime;
            }
            for (
$i 0$i count($this->loadend); $i++){
                
$endtime $this->loadend[$i] + $endtime;
            }
            
$querytime round(($endtime $starttime), 7);
            return 
$querytime;
        }
            

    } 
Which exports to my page (there is more lines of code but they don't matter as much);

"1 queries made in 0.000324 seconds :: Page loaded in 0.0004311 seconds"

What do you guys think? Is it good, can it be done better? Easier?
Send a message via MSN to ReSpawN
ReSpawN is offline  
Reply With Quote
 



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 01:22 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design