PHP Classes

Packages of Bennett Stone

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Bennett Stone (3)  >  Mission progress status  >  Reputation  
Picture of Bennett Stone
Name: Bennett Stone <contact>
Classes: 3
Country: United States United States
Age: 41
All time rank: 856118 in United States United States
Week rank: 46 Up5 in United States United States Up
All time users: 3748
Week users: 1
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image MagicMin  
Merge and minify and JavaScript and CSS files
This class can merge and minify and JavaScript and CSS files.

It can compress JavaScript and CSS files by stripping unnecessary comments, spaces, tabs and line breaks. Previously minified images are skipped.

The Javascript processing can use JSMin or the Google Closure API.

The class can also merge multiple JavaScript and CSS files to minimize the number of server requests.

External images used by CSS files may be converted to be inserted in the CSS styles using data URLs.

The class caches processed files to avoid processing overhead until any of the source files is changed.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 90% 85% 80% 85% - - 70% 283
Month: Not yet rated by the users

  Files folder image Simple PHP MySQLi  
Access MySQL database wrapper using MySQLi
This class can Access MySQL database wrapper using MySQLi. It can:

- Connect to a given MySQL server
- Execute arbitrary SQL queries
- Retrieve the number of query result rows, result columns and last inserted table identifier
- Retrieve the query results in a single array
- Escape a single string or an array of literal text values to use in queries
- Determine if one value or an array of values contain common MySQL function calls
- Check of a table exists
- Check of a given table record exists
- Return a query result that has just one row
- Execute INSERT, UPDATE and DELETE queries from values that define tables, field names, field values and conditions
- Truncate a table
- Send email messages with MySQL access errors
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 89% 78% - 89% - - 61% 1060
Month: Not yet rated by the users

  Files folder image Simple PHP PDO MySQL  
Wrapper to access MySQL databases using PDO
This class is a wrapper to access MySQL databases using PDO.

It can connect to a given MySQL database server using PDO based on a previous class that used MySQLi.

Currently it can perform the following operations:

- Execute arbitrary SQL queries
- Retrieve the query results in a single array
- Retrieve the number of query result rows, result columns and last inserted table identifier, records updated by last query
- Execute INSERT, UPDATE and DELETE queries from values that define tables, field names, field values and conditions
- Check of a table exists
- Get the fields of a table
- Truncate a table
- Return the total number of queries performed by all instances of the class
Not enough user ratings


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z