apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Class: DB_DataObject_Overload

Source Location: /DB_DataObject-1.11.5/DB/DataObject.php

Class Overview


storage for connection and result objects, it is done this way so that print_r()'ing the is smaller, and it reduces the memory size of the object.


Methods


Child classes:

DB_DataObject
storage for connection and result objects, it is done this way so that print_r()'ing the is smaller, and it reduces the memory size of the object.

Inherited Variables

Inherited Methods


Class Details

[line 184]
storage for connection and result objects, it is done this way so that print_r()'ing the is smaller, and it reduces the memory size of the object.

-- future versions may use $this->_connection = & PEAR object.. although will need speed tests to see how this affects it.

    • connections = md5 sum mapp to pear db object
    • results = [id] => map to pear db object
    • resultseq = sequence id for results & results field
    • resultfields = [id] => list of fields return from query (for use with toArray())
    • ini = mapping of database to ini file results
    • links = mapping of database to links file
    • lasterror = pear error objects for last error event.
    • config = aliased view of PEAR::getStaticPropery('DB_DataObject','options') * done for performance.
    • array of loaded classes by autoload method - to stop it doing file access request over and over again!



    [ Top ]


    Method Detail

    __call   [line 186]

    void __call( $method, $args)


    Parameters:

       $method   — 
       $args   — 

    [ Top ]

    __sleep   [line 192]

    void __sleep( )


    [ Top ]


    Documentation generated on Mon, 11 Mar 2019 16:03:56 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.