PHP Classes
elePHPant
Icontem

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    
Last Updated Ratings Unique User Downloads Download Rankings
2018-03-06 (6 months ago) RSS 2.0 feedNot yet rated by the usersTotal: 179 All time: 8,314 This week: 383Up
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.

  Performance   Level  
Name: Agustin Rios Reyes <contact>
Classes: 4 packages by
Country: Mexico Mexico

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:179
This week:0
All time:8,314
This week:383Up