diff --git a/docs/classes/DB_PDO.html b/docs/classes/DB_PDO.html index a85825c..47b5e26 100644 --- a/docs/classes/DB_PDO.html +++ b/docs/classes/DB_PDO.html @@ -35,7 +35,7 @@ 0
  •  Markers 
  •  Deprecated elements  0
  • @@ -68,6 +68,7 @@
    beginTransaction()
  • commit()
    commit()
  • +
  • Method to simplify retreiving db results for meta-data queries
    driver_query()
  • Deletes all the rows from a table. Does the same as the truncate method if the database does not support 'TRUNCATE';
    empty_table()
  • @@ -118,7 +119,6 @@ the connection/database
    get_system_tables()
  • Empty the passed table
    truncate()
  • Helper method for quote_ident
    _quote()
  • -
  • Method to simplify retreiving db results for meta-data queries
    driver_query()
  • Reference to sql sub class
    $sql
  • @@ -237,6 +237,25 @@ the connection/database
    get_system_tables()
    +
    +

    Method to simplify retreiving db results for meta-data queries

    +
    driver_query(string $sql, bool $filtered_index) : mixed
    +
    +
    +

    +

    Parameters

    +
    +

    $sql

    +string +
    +
    +

    $filtered_index

    +bool +
    +

    Returns

    +
    mixed
    +
    +

    Deletes all the rows from a table. Does the same as the truncate method if the database does not support 'TRUNCATE';

    @@ -655,25 +674,6 @@ the connection/database
    mixed
    -
    -

    Method to simplify retreiving db results for meta-data queries

    -
    driver_query(string $sql, bool $filtered_index) : mixed
    -
    -
    -

    -

    Parameters

    -
    -

    $sql

    -string -
    -
    -

    $filtered_index

    -bool -
    -

    Returns

    -
    mixed
    -
    -

     Properties

     
    @@ -707,7 +707,7 @@ the connection/database
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/DB_Reg.html b/docs/classes/DB_Reg.html index 5c18593..9ec2733 100644 --- a/docs/classes/DB_Reg.html +++ b/docs/classes/DB_Reg.html @@ -35,7 +35,7 @@ 0
  •  Markers 
  •  Deprecated elements  0
  • @@ -153,7 +153,7 @@ and organizes database connections

    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/DB_SQL.html b/docs/classes/DB_SQL.html index 7cf309a..24cc171 100644 --- a/docs/classes/DB_SQL.html +++ b/docs/classes/DB_SQL.html @@ -35,7 +35,7 @@ 0
  •  Markers 
  •  Deprecated elements  0
  • @@ -299,7 +299,7 @@ specified table
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/DB_Util.html b/docs/classes/DB_Util.html index 1ce2204..9bf546f 100644 --- a/docs/classes/DB_Util.html +++ b/docs/classes/DB_Util.html @@ -35,7 +35,7 @@ 0
  •  Markers 
  •  Deprecated elements  0
  • @@ -210,7 +210,7 @@
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/Firebird.html b/docs/classes/Firebird.html index 1c26386..99f5247 100644 --- a/docs/classes/Firebird.html +++ b/docs/classes/Firebird.html @@ -35,7 +35,7 @@ 0
  •  Markers 
  •  Deprecated elements  0
  • @@ -66,6 +66,7 @@
  • Returns number of rows affected by an INSERT, UPDATE, DELETE type query
    affected_rows()
  • Start a database transaction
    beginTransaction()
  • Commit a database transaction
    commit()
  • +
  • Method to simplify retreiving db results for meta-data queries
    driver_query()
  • Deletes all the rows from a table. Does the same as the truncate method if the database does not support 'TRUNCATE';
    empty_table()
  • @@ -110,7 +111,6 @@ the connection/database
    get_system_tables()
  • Empty a database table
    truncate()
  • Helper method for quote_ident
    _quote()
  • -
  • Method to simplify retreiving db results for meta-data queries
    driver_query()
  • Reference to sql sub class
    $sql
  • @@ -240,6 +240,29 @@ the last query executed
    $statement_link
    bool
    +
    +

    Method to simplify retreiving db results for meta-data queries

    +
    driver_query(string $sql, bool $filtered_index) : mixed
    +
    Inherited
    +
    +

    + + + +
    inherited_from\DB_PDO::driver_query()
    +

    Parameters

    +
    +

    $sql

    +string +
    +
    +

    $filtered_index

    +bool +
    +

    Returns

    +
    mixed
    +
    +

    Deletes all the rows from a table. Does the same as the truncate method if the database does not support 'TRUNCATE';

    @@ -776,29 +799,6 @@ the connection/database
    mixed
    -
    -

    Method to simplify retreiving db results for meta-data queries

    -
    driver_query(string $sql, bool $filtered_index) : mixed
    -
    Inherited
    -
    -

    - - - -
    inherited_from\DB_PDO::driver_query()
    -

    Parameters

    -
    -

    $sql

    -string -
    -
    -

    $filtered_index

    -bool -
    -

    Returns

    -
    mixed
    -
    -

     Properties

     
    @@ -869,7 +869,7 @@ the last query executed
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/Firebird_Result.html b/docs/classes/Firebird_Result.html index 3d48904..6000e8a 100644 --- a/docs/classes/Firebird_Result.html +++ b/docs/classes/Firebird_Result.html @@ -35,7 +35,7 @@ 0
  •  Markers 
  •  Deprecated elements  0
  • @@ -505,7 +505,7 @@ the query
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/Firebird_SQL.html b/docs/classes/Firebird_SQL.html index 56cdace..49c413d 100644 --- a/docs/classes/Firebird_SQL.html +++ b/docs/classes/Firebird_SQL.html @@ -35,7 +35,7 @@ 0
  •  Markers 
  •  Deprecated elements  0
  • @@ -309,7 +309,7 @@
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/Firebird_Util.html b/docs/classes/Firebird_Util.html index ad6b7e4..c820f9a 100644 --- a/docs/classes/Firebird_Util.html +++ b/docs/classes/Firebird_Util.html @@ -35,7 +35,7 @@ 0
  •  Markers 
  •  Deprecated elements  0
  • @@ -213,7 +213,7 @@
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/MySQL.html b/docs/classes/MySQL.html index c1143ec..1c81d42 100644 --- a/docs/classes/MySQL.html +++ b/docs/classes/MySQL.html @@ -35,7 +35,7 @@ 0
  •  Markers 
  •  Deprecated elements  0
  • @@ -68,6 +68,7 @@
    beginTransaction()
  • commit()
    commit()
  • +
  • Method to simplify retreiving db results for meta-data queries
    driver_query()
  • Deletes all the rows from a table. Does the same as the truncate method if the database does not support 'TRUNCATE';
    empty_table()
  • @@ -118,7 +119,6 @@ the connection/database
    get_system_tables()
  • Empty a table
    truncate()
  • Helper method for quote_ident
    _quote()
  • -
  • Method to simplify retreiving db results for meta-data queries
    driver_query()
  • Reference to sql sub class
    $sql
  • @@ -265,6 +265,29 @@ the connection/database
    get_system_tables()
    +
    +

    Method to simplify retreiving db results for meta-data queries

    +
    driver_query(string $sql, bool $filtered_index) : mixed
    +
    Inherited
    +
    +

    + + + +
    inherited_from\DB_PDO::driver_query()
    +

    Parameters

    +
    +

    $sql

    +string +
    +
    +

    $filtered_index

    +bool +
    +

    Returns

    +
    mixed
    +
    +

    Deletes all the rows from a table. Does the same as the truncate method if the database does not support 'TRUNCATE';

    @@ -831,29 +854,6 @@ the connection/database
    mixed
    -
    -

    Method to simplify retreiving db results for meta-data queries

    -
    driver_query(string $sql, bool $filtered_index) : mixed
    -
    Inherited
    -
    -

    - - - -
    inherited_from\DB_PDO::driver_query()
    -

    Parameters

    -
    -

    $sql

    -string -
    -
    -

    $filtered_index

    -bool -
    -

    Returns

    -
    mixed
    -
    -

     Properties

     
    @@ -905,7 +905,7 @@ the connection/database
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/MySQL_SQL.html b/docs/classes/MySQL_SQL.html index c254316..6fda525 100644 --- a/docs/classes/MySQL_SQL.html +++ b/docs/classes/MySQL_SQL.html @@ -35,7 +35,7 @@ 0
  •  Markers 
  •  Deprecated elements  0
  • @@ -314,7 +314,7 @@
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/MySQL_Util.html b/docs/classes/MySQL_Util.html index f436d53..8b31e63 100644 --- a/docs/classes/MySQL_Util.html +++ b/docs/classes/MySQL_Util.html @@ -35,7 +35,7 @@ 0
  •  Markers 
  •  Deprecated elements  0
  • @@ -209,7 +209,7 @@
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/ODBC.html b/docs/classes/ODBC.html index ee6408d..c23d4fa 100644 --- a/docs/classes/ODBC.html +++ b/docs/classes/ODBC.html @@ -35,7 +35,7 @@ 0
  •  Markers 
  •  Deprecated elements  0
  • @@ -68,6 +68,7 @@
    beginTransaction()
  • commit()
    commit()
  • +
  • Method to simplify retreiving db results for meta-data queries
    driver_query()
  • Deletes all the rows from a table. Does the same as the truncate method if the database does not support 'TRUNCATE';
    empty_table()
  • @@ -118,7 +119,6 @@ the connection/database
    get_system_tables()
  • Empty the current database
    truncate()
  • Helper method for quote_ident
    _quote()
  • -
  • Method to simplify retreiving db results for meta-data queries
    driver_query()
  • Reference to sql sub class
    $sql
  • @@ -265,6 +265,29 @@ the connection/database
    get_system_tables()
    +
    +

    Method to simplify retreiving db results for meta-data queries

    +
    driver_query(string $sql, bool $filtered_index) : mixed
    +
    Inherited
    +
    +

    + + + +
    inherited_from\DB_PDO::driver_query()
    +

    Parameters

    +
    +

    $sql

    +string +
    +
    +

    $filtered_index

    +bool +
    +

    Returns

    +
    mixed
    +
    +

    Deletes all the rows from a table. Does the same as the truncate method if the database does not support 'TRUNCATE';

    @@ -833,29 +856,6 @@ the connection/database
    mixed
    -
    -

    Method to simplify retreiving db results for meta-data queries

    -
    driver_query(string $sql, bool $filtered_index) : mixed
    -
    Inherited
    -
    -

    - - - -
    inherited_from\DB_PDO::driver_query()
    -

    Parameters

    -
    -

    $sql

    -string -
    -
    -

    $filtered_index

    -bool -
    -

    Returns

    -
    mixed
    -
    -

     Properties

     
    @@ -907,7 +907,7 @@ the connection/database
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/ODBC_SQL.html b/docs/classes/ODBC_SQL.html index 144a299..d30b2c3 100644 --- a/docs/classes/ODBC_SQL.html +++ b/docs/classes/ODBC_SQL.html @@ -35,7 +35,7 @@ 0
  •  Markers 
  •  Deprecated elements  0
  • @@ -309,7 +309,7 @@
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/ODBC_Util.html b/docs/classes/ODBC_Util.html index 5e1074b..07f662d 100644 --- a/docs/classes/ODBC_Util.html +++ b/docs/classes/ODBC_Util.html @@ -35,7 +35,7 @@ 0
  •  Markers 
  •  Deprecated elements  0
  • @@ -204,7 +204,7 @@
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/PgSQL.html b/docs/classes/PgSQL.html index 37a8c4e..2a062b4 100644 --- a/docs/classes/PgSQL.html +++ b/docs/classes/PgSQL.html @@ -35,7 +35,7 @@ 0
  •  Markers 
  •  Deprecated elements  0
  • @@ -68,6 +68,7 @@
    beginTransaction()
  • commit()
    commit()
  • +
  • Method to simplify retreiving db results for meta-data queries
    driver_query()
  • Deletes all the rows from a table. Does the same as the truncate method if the database does not support 'TRUNCATE';
    empty_table()
  • @@ -118,7 +119,6 @@ the connection/database
    get_system_tables()
  • Empty a table
    truncate()
  • Helper method for quote_ident
    _quote()
  • -
  • Method to simplify retreiving db results for meta-data queries
    driver_query()
  • Reference to sql sub class
    $sql
  • @@ -265,6 +265,29 @@ the connection/database
    get_system_tables()
    +
    +

    Method to simplify retreiving db results for meta-data queries

    +
    driver_query(string $sql, bool $filtered_index) : mixed
    +
    Inherited
    +
    +

    + + + +
    inherited_from\DB_PDO::driver_query()
    +

    Parameters

    +
    +

    $sql

    +string +
    +
    +

    $filtered_index

    +bool +
    +

    Returns

    +
    mixed
    +
    +

    Deletes all the rows from a table. Does the same as the truncate method if the database does not support 'TRUNCATE';

    @@ -827,29 +850,6 @@ the connection/database
    mixed
    -
    -

    Method to simplify retreiving db results for meta-data queries

    -
    driver_query(string $sql, bool $filtered_index) : mixed
    -
    Inherited
    -
    -

    - - - -
    inherited_from\DB_PDO::driver_query()
    -

    Parameters

    -
    -

    $sql

    -string -
    -
    -

    $filtered_index

    -bool -
    -

    Returns

    -
    mixed
    -
    -

     Properties

     
    @@ -907,7 +907,7 @@ the connection/database
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/PgSQL_SQL.html b/docs/classes/PgSQL_SQL.html index 622c265..34a505d 100644 --- a/docs/classes/PgSQL_SQL.html +++ b/docs/classes/PgSQL_SQL.html @@ -35,7 +35,7 @@ 0
  •  Markers 
  •  Deprecated elements  0
  • @@ -309,7 +309,7 @@
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/PgSQL_Util.html b/docs/classes/PgSQL_Util.html index b3f6370..3705199 100644 --- a/docs/classes/PgSQL_Util.html +++ b/docs/classes/PgSQL_Util.html @@ -35,7 +35,7 @@ 0
  •  Markers 
  •  Deprecated elements  0
  • @@ -209,7 +209,7 @@
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/Query_Builder.html b/docs/classes/Query_Builder.html index f2f8590..ba2771b 100644 --- a/docs/classes/Query_Builder.html +++ b/docs/classes/Query_Builder.html @@ -35,7 +35,7 @@ 0
  •  Markers 
  •  Deprecated elements  0
  • @@ -1223,7 +1223,7 @@ for complex select queries
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/SQLite.html b/docs/classes/SQLite.html index 18d70c5..0d640ca 100644 --- a/docs/classes/SQLite.html +++ b/docs/classes/SQLite.html @@ -35,7 +35,7 @@ 0
  •  Markers 
  •  Deprecated elements  0
  • @@ -68,6 +68,7 @@
    beginTransaction()
  • commit()
    commit()
  • +
  • Method to simplify retreiving db results for meta-data queries
    driver_query()
  • Deletes all the rows from a table. Does the same as the truncate method if the database does not support 'TRUNCATE';
    empty_table()
  • @@ -118,7 +119,6 @@ method if the database does not support 'TRUNCATE';
    empty_table()Unload a database from the current connection
    unload_database()
  • Helper method for quote_ident
    _quote()
  • -
  • Method to simplify retreiving db results for meta-data queries
    driver_query()
  • Reference to sql sub class
    $sql
  • @@ -261,6 +261,29 @@ method if the database does not support 'TRUNCATE';
    empty_table()
     
     
    +
    +

    Method to simplify retreiving db results for meta-data queries

    +
    driver_query(string $sql, bool $filtered_index) : mixed
    +
    Inherited
    +
    +

    + + + +
    inherited_from\DB_PDO::driver_query()
    +

    Parameters

    +
    +

    $sql

    +string +
    +
    +

    $filtered_index

    +bool +
    +

    Returns

    +
    mixed
    +
    +

    Deletes all the rows from a table. Does the same as the truncate method if the database does not support 'TRUNCATE';

    @@ -848,29 +871,6 @@ method if the database does not support 'TRUNCATE';
    mixed
    -
    -

    Method to simplify retreiving db results for meta-data queries

    -
    driver_query(string $sql, bool $filtered_index) : mixed
    -
    Inherited
    -
    -

    - - - -
    inherited_from\DB_PDO::driver_query()
    -

    Parameters

    -
    -

    $sql

    -string -
    -
    -

    $filtered_index

    -bool -
    -

    Returns

    -
    mixed
    -
    -

     Properties

     
    @@ -922,7 +922,7 @@ method if the database does not support 'TRUNCATE';
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/SQLite_SQL.html b/docs/classes/SQLite_SQL.html index a806f24..5d4e09d 100644 --- a/docs/classes/SQLite_SQL.html +++ b/docs/classes/SQLite_SQL.html @@ -35,7 +35,7 @@ 0
  •  Markers 
    • todo  - 6 + 5
  •  Deprecated elements  0
  • @@ -309,7 +309,7 @@
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/SQLite_Util.html b/docs/classes/SQLite_Util.html index 84aafe0..c5d90b9 100644 --- a/docs/classes/SQLite_Util.html +++ b/docs/classes/SQLite_Util.html @@ -35,7 +35,7 @@ 0
  •  Markers 
    • todo  - 6 + 5
  •  Deprecated elements  0
  • @@ -209,7 +209,7 @@
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/classes/Settings.html b/docs/classes/Settings.html index 1f23a33..706f04e 100644 --- a/docs/classes/Settings.html +++ b/docs/classes/Settings.html @@ -35,7 +35,7 @@ 0
  •  Markers 
    • todo  - 6 + 5
  •  Deprecated elements  0
  • @@ -245,7 +245,7 @@ directly - the settings should be safe!
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/deprecated.html b/docs/deprecated.html index 572a839..d6ef411 100644 --- a/docs/deprecated.html +++ b/docs/deprecated.html @@ -35,7 +35,7 @@ 0
  •  Markers 
    • todo  - 6 + 5
  •  Deprecated elements  0
  • @@ -68,7 +68,7 @@
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/errors.html b/docs/errors.html index 84c9146..a03a3f2 100644 --- a/docs/errors.html +++ b/docs/errors.html @@ -35,7 +35,7 @@ 0
  •  Markers 
    • todo  - 6 + 5
  •  Deprecated elements  0
  • @@ -94,7 +94,7 @@
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/graph_class.html b/docs/graph_class.html index 2970b0a..6c4746c 100644 --- a/docs/graph_class.html +++ b/docs/graph_class.html @@ -35,7 +35,7 @@ 0
  •  Markers 
    • todo  - 6 + 5
  •  Deprecated elements  0
  • @@ -65,7 +65,7 @@
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/markers.html b/docs/markers.html index 2f122fe..3fa3153 100644 --- a/docs/markers.html +++ b/docs/markers.html @@ -35,7 +35,7 @@ 0
  •  Markers 
    • todo  - 6 + 5
  •  Deprecated elements  0
  • @@ -56,7 +56,6 @@
  • classes/query_builder.php
  • drivers/pgsql/pgsql_util.php
  • drivers/pgsql/pgsql_driver.php
  • -
  • drivers/mysql/mysql_util.php
  • drivers/mysql/mysql_driver.php
  • drivers/firebird/firebird_util.php
  • @@ -70,7 +69,7 @@
    The following markers were found:
    • todo  - 6 + 5
    @@ -126,23 +125,6 @@
    -

    -drivers/mysql/mysql_util.php1 -

    -
    - - - - - - - - - - -
    TypeLineDescription
    todo141Implement Backup function
    -
    -

    drivers/mysql/mysql_driver.php1

    @@ -182,7 +164,7 @@
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/namespaces/default.html b/docs/namespaces/default.html index 27bf0c0..3ece5d5 100644 --- a/docs/namespaces/default.html +++ b/docs/namespaces/default.html @@ -35,7 +35,7 @@ 0
  •  Markers 
    • todo  - 6 + 5
  •  Deprecated elements  0
  • @@ -284,7 +284,7 @@ instantiates the specific db driver

    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/packages/.html b/docs/packages/.html index d906878..1de505c 100644 --- a/docs/packages/.html +++ b/docs/packages/.html @@ -35,7 +35,7 @@ 0
  •  Markers 
    • todo  - 6 + 5
  •  Deprecated elements  0
  • @@ -68,7 +68,7 @@
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/packages/Default.html b/docs/packages/Default.html index 4c5857a..3c94c32 100644 --- a/docs/packages/Default.html +++ b/docs/packages/Default.html @@ -35,7 +35,7 @@ 0
  •  Markers 
    • todo  - 6 + 5
  •  Deprecated elements  0
  • @@ -95,7 +95,7 @@
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/packages/Query.Drivers.html b/docs/packages/Query.Drivers.html index a9a1548..d71700c 100644 --- a/docs/packages/Query.Drivers.html +++ b/docs/packages/Query.Drivers.html @@ -35,7 +35,7 @@ 0
  •  Markers 
    • todo  - 6 + 5
  •  Deprecated elements  0
  • @@ -212,7 +212,7 @@ data-fetching methods

    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/packages/Query.Helper Classes.html b/docs/packages/Query.Helper Classes.html index f501d29..c6598ea 100644 --- a/docs/packages/Query.Helper Classes.html +++ b/docs/packages/Query.Helper Classes.html @@ -35,7 +35,7 @@ 0
  •  Markers 
    • todo  - 6 + 5
  •  Deprecated elements  0
  • @@ -98,7 +98,7 @@
    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/packages/Query.Query.html b/docs/packages/Query.Query.html index 89785e7..c3ed05f 100644 --- a/docs/packages/Query.Query.html +++ b/docs/packages/Query.Query.html @@ -35,7 +35,7 @@ 0
  •  Markers 
    • todo  - 6 + 5
  •  Deprecated elements  0
  • @@ -116,7 +116,7 @@ instantiates the specific db driver

    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/packages/Query.html b/docs/packages/Query.html index 06ea3b1..8b17e22 100644 --- a/docs/packages/Query.html +++ b/docs/packages/Query.html @@ -35,7 +35,7 @@ 0
  •  Markers 
    • todo  - 6 + 5
  •  Deprecated elements  0
  • @@ -317,7 +317,7 @@ instantiates the specific db driver

    + generated on 2012-05-15T15:40:47-04:00.
    diff --git a/docs/structure.xml b/docs/structure.xml index 1c5c9c5..794526a 100644 --- a/docs/structure.xml +++ b/docs/structure.xml @@ -539,7 +539,7 @@ specified table]]> - + Free Query Builder / Database Abstraction Layer

    ]]>
    @@ -934,7 +934,7 @@ the connection/database]]>
    - + driver_query function @@ -1012,7 +1012,7 @@ the connection/database]]>
    - + Free Query Builder / Database Abstraction Layer

    ]]>
    @@ -2556,7 +2556,7 @@ in place of the get() method]]>
    - + Free Query Builder / Database Abstraction Layer

    ]]>
    @@ -3478,7 +3478,7 @@ with array_map and glob]]>
    - + Free Query Builder / Database Abstraction Layer

    ]]>
    @@ -3488,9 +3488,6 @@ with array_map and glob]]>
    - - Implement Backup function - MySQL_Util \MySQL_Util @@ -3593,20 +3590,20 @@ with array_map and glob]]> - + backup_data function - + - + array - + string - + $exclude @@ -5424,7 +5421,7 @@ the last query executed]]> - todo + todo fixme