bigace.classes.sql
[ class tree: bigace.classes.sql ] [ index: bigace.classes.sql ] [ all elements ]

Class: SQLHelper

Source Location: /classes/sql/SQLHelper.php

Class Overview


Class used for handling any SQL Statement. This is meant as DB abstraction layer.


Variables

Methods


Inherited Constants

Inherited Variables

Inherited Methods


Class Details

[line 32]
Class used for handling any SQL Statement. This is meant as DB abstraction layer.

Was introduced with BIGACE 1.4. You should really use this class because scripts will be cached.




[ Top ]


Class Variables

$CACHED_STATEMENTS = array()

[line 35]


Type:   mixed


[ Top ]

$DB_CONNECTION =

[line 34]


Type:   mixed


[ Top ]



Class Methods


constructor SQLHelper [line 37]

SQLHelper SQLHelper( mixed $db)



[ Top ]

method execute [line 72]

void execute( mixed $sql)



[ Top ]

method insert [line 76]

void insert( mixed $sql)



[ Top ]

method loadAndPrepareStatement [line 68]

void loadAndPrepareStatement( mixed $name, mixed $values)



[ Top ]

method loadStatement [line 55]

void loadStatement( mixed $name)



[ Top ]

method prepareStatement [line 41]

void prepareStatement( mixed $statement, [mixed $values = array()])



[ Top ]


Documentation generated on Tue, 11 Oct 2005 23:02:20 +0200 by phpDocumentor 1.3.0RC2