PHP Classes

Packages of Taiwo Peace

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Taiwo Peace (3)  >  Mission progress status  >  Reputation  
Picture of Taiwo Peace
Name: Taiwo Peace is available for providing paid consulting. Contact Taiwo Peace .
Classes: 3
Country: Nigeria Nigeria
Age: 31
All time rank: 16526 in Nigeria Nigeria
Week rank: 195 Up6 in Nigeria Nigeria Equal
All time users: 1748
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  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 PHP Bootstrap Pagination  
Display pagination links using Bootstrap styles
This class can display pagination links using Twitter Bootstrap CSS styles.

It takes as parameters the total number of records in a listing and the limit of records to display per page.

The class checks the current number of page and generates an HTML list with links to the paginated list pages using CSS styles of Twitter Bootstrap library.

  Files folder image PHP MySQL Full Text Search  
PHP Programming Innovation award nominee
December 2014
Number 5


Prize: One downloadable copy of CodeLobster Professional
Perform full text search on MySQL with autocorrect
This class can perform full text searches on MySQL with auto-correct.

It takes a given keyword and performs a SQL query on a given MySQL database table field using full text search matching.

If the search returns no results, the class may fallback to pattern searching.

The class may optionally perform auto-correction of the search keyword using Felipe Ribeiro spell corrector class.

The class can also alter the MySQL table to add a full text search index to the field to be search. If necessary it may alter the table type to MyISAM in case the current table type does not support full text searching.

  Files folder image Secure Upload  
Process uploaded files of multiple types
This class can process uploaded files of multiple types.

It can check a given submitted file input values and verify if the file name extension is one the allowed for the expected file type. Currently it supports file types of image, audio or document.

For image file types it can check if the file is really an image of the supported types.

If the file size does not exceed the allowed limit or an image file does not exceed the allowed width and height, the class can move the file to the destination upload directory.


  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