Profile
Achievement
 
    
                claudiowebdesign's Recent SnippetsTagged php
- All /
 « Prev 1 Next »
This is a little PHP class that permits to start quickly the creation of a webpage.
When you declare an instance of the class it automatically starts the output buffering and gzip compression, it outputs all the proper tags (doctype, meta, stylesh...
        
        
        
            0 
        
        
            1009 
        
                    posted 14 years ago by claudiowebdesign
            That's something quick. A basic php class to manage properly a database. Thanks to magic methods opening a database is almost automatic.
        
        
        
            1 
        
        
            2433 
        
                    posted 14 years ago by claudiowebdesign
            Questa piccola funzione riceve come argomento uno unix timestamp e ritorna una stringa contenente la "descrizione verbosa" della differenza di tempo. Ad esempio, usando il timestamp relativo a 5 minuti e mezzo fa, ritornerà la stringa "5 minuti e 30...
        
        
        
            0 
        
        
            1021 
        
                    posted 14 years ago by claudiowebdesign
            A little function used to set cookies as arrays of values instead of single combinations key->value. Note that it saves values as a stack.
        
        
        
            1 
        
        
            1113 
        
                    posted 14 years ago by claudiowebdesign
            