PHP Classes

PHP MySQLi Base class: Extends MySQLi class to perform common SQL queries

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 219 All time: 8,268 This week: 109Up
Version License PHP version Categories
class-base-mysqli 1.2GNU General Publi...5PHP 5, Databases
Description 

Author

This class can extends MySQLi class to perform common SQL queries.

It is a subclass of the MySQLi class built-in class that provides additional functionality like:

- Executes SELECT queries with results from multiple rows from another query result
- Executes SELECT queries that result in a single row
- Retrieves the total number of rows and consulted columns
- Retrieves an array of values ​​of a given table field
- Executes SQL statements INSERT, DELETE, UPDATE
- Inserts records in a table from array values
- Update records of a table from an array of values and a condition
- Remove table records
- Converts an associated a key-value into a string separated by the indicated separator
- Retrieve the results of a SELECT query in multiple rows mode or in a single row or the first row of multiple rows
- Assemble a JSON string from the results of value of a query with two columns the first is the key and the second the value
- Etc..

The code and the comments are in Spanish.

In Spanish:

Clase PHP para el manejo de la conexión e interacción con la base de datos MySQL. Clase que extiende de MySQLi.

Picture of Agustin Rios Reyes
  Performance   Level  
Name: Agustin Rios Reyes <contact>
Classes: 4 packages by
Country: Mexico Mexico
Age: 38
All time rank: 243830 in Mexico Mexico
Week rank: 312 Up6 in Mexico Mexico Up

Details

Class-Base

Clase PHP para el manejo de la conexión e interacción con la base de datos MySQL. Clase que extiende de MySQLi.


  Files folder image Files  
File Role Description
Plain text file Base.php Class Class source
Plain text file README.md Doc. Documentation

 Version Control Unique User Downloads Download Rankings  
 100%
Total:219
This week:0
All time:8,268
This week:109Up