Element index for package default
[ a ]
[ c ]
[ d ]
[ e ]
[ i ]
[ l ]
[ m ]
[ q ]
[ s ]
[ t ]
[ u ]
[ _ ]
a
- add_column
- in file mysqlix.class.php, method mysqlix::add_column()
Function to manipulate array used in create_table as $arrcolumn
c
- create_db
- in file mysqlix.class.php, method mysqlix::create_db()
Creating a database with specified parameter(s)
- create_tables
- in file mysqlix.class.php, method mysqlix::create_tables()
Create table in a defined database
- create_trigger
- in file mysqlix.class.php, method mysqlix::create_trigger()
Create a trigger in your mySQL database server.
i
- insert
- in file mysqlix.class.php, method mysqlix::insert()
Simple insert to a table in defined database.
m
- mysqlix
- in file mysqlix.class.php, method mysqlix::mysqlix()
Constructor of class mysqlix.
- mysqlix
- in file mysqlix.class.php, class mysqlix
This class extends the very useful predefined class mysqli in a way that adding some useful function.
- mysqlix.class.php
- procedural page mysqlix.class.php
q
- query
- in file mysqlix.class.php, method mysqlix::query()
mysqli Overloading function query.
s
- $statement
- in file mysqlix.class.php, variable mysqlix::$statement
Contains current query statement
- secure_multi_query
- in file mysqlix.class.php, method mysqlix::secure_multi_query()
This function can secure your multi query in a way that it will make a checkpoint before processing first query
- select
- in file mysqlix.class.php, method mysqlix::select()
Select some / all column (s) of a table.
- select_db
- in file mysqlix.class.php, method mysqlix::select_db()
mysqli overloading function select_db()
u
- update
- in file mysqlix.class.php, method mysqlix::update()
Simple update to a table in defined database.
|
|