init.php
        
    Table of Contents
    
    
        Classes
        
    
    
                    - ParlDB
 - Database Connection
     
    Constants
    
            - 
    ALLOWCOMMENTS
    
         = \true                            
 
            - 
    LANGUAGE
    
         = 'en'                            
 
            - 
    LONGDATEFORMAT
    
         = "%e %B %Y"                            
 
            - 
    LONGERDATEFORMAT
    
         = "%A, %e %B %Y"                            
 
            - 
    POSTCODE_COOKIE
    
         = 'eppc'                            
 
            - 
    SHORTDATEFORMAT
    
         = "%e %b %Y"                            
 
            - 
    SHORTDATEFORMAT_SQL
    
         = "%e %b %Y"                            
 
            - 
    STARTTIME
    
         = \getmicrotime()                            
 
            - 
    STARTTIMES
    
         = $rusage['ru_stime.tv_sec'] * 1000000 + $rusage['ru_stime.tv_usec']                            
 
            - 
    STARTTIMEU
    
         = $rusage['ru_utime.tv_sec'] * 1000000 + $rusage['ru_utime.tv_usec']                            
 
            - 
    TIMEFORMAT
    
         = "%l:%M %p"                            
 
            - 
    TIMEFORMAT_SQL
    
         = "%l:%i %p"                            
 
    
        
    
        
                    
    
    
    
    
    public
        mixed
    ALLOWCOMMENTS
    = \true
    
    
    
                    
    
        LANGUAGE
        
    
    
    
    
    public
        mixed
    LANGUAGE
    = 'en'
    
    
    
                    
    
    
    
    
    public
        mixed
    LONGDATEFORMAT
    = "%e %B %Y"
    
    
    
                    
    
    
    
    
    public
        mixed
    LONGERDATEFORMAT
    = "%A, %e %B %Y"
    
    
    
                    
    
        POSTCODE_COOKIE
        
    
    
    
    
    public
        mixed
    POSTCODE_COOKIE
    = 'eppc'
    
    
    
                    
    
    
    
    
    public
        mixed
    SHORTDATEFORMAT
    = "%e %b %Y"
    
    
    
                    
    
    
    
    
    public
        mixed
    SHORTDATEFORMAT_SQL
    = "%e %b %Y"
    
    
    
                    
    
        STARTTIME
        
    
    
    
    
    public
        mixed
    STARTTIME
    = \getmicrotime()
    
    
    
                    
    
        STARTTIMES
        
    
    
    
    
    public
        mixed
    STARTTIMES
    = $rusage['ru_stime.tv_sec'] * 1000000 + $rusage['ru_stime.tv_usec']
    
    
    
                    
    
        STARTTIMEU
        
    
    
    
    
    public
        mixed
    STARTTIMEU
    = $rusage['ru_utime.tv_sec'] * 1000000 + $rusage['ru_utime.tv_usec']
    
    
    
                    
    
    
    
    
    public
        mixed
    TIMEFORMAT
    = "%l:%M %p"
    
    
    
                    
    
    
    
    
    public
        mixed
    TIMEFORMAT_SQL
    = "%l:%i %p"