Places_Zipcode Class
Class representing 'Zipcode' rows in the 'Places' database You can create an object of this class either to access its non-static methods, or to actually represent a zipcode row in the Places database.
Item Index
Methods
Methods
__set_state
    
        
            (
    
    
        
            Places_Zipcode
        
    
    
    
    
    
    
    
    
    - 
                    
                        $array
Implements the __set_state method, so it can work with with var_export and be re-imported successfully.
Parameters:
- 
                    
                        $arrayArray
Returns:
                
                    
                        Places_Zipcode:
                    
                    
        Class instance
setUp
    
        ()
    
    
    
    
    
    
    
    
    
    The setUp() method is called the first time an object of this class is constructed.