Here is a list of useful PHP classes you can use in your PHP projects.
MS Word And Excel
This class can be used to serve Word and Excel files as HTML.
It can generate HTML output with content type headers that identify it as Microsoft Word or Excel files.
Script Alone
This class can be used to manage the execution of PHP daemon scripts.
It can store in control file the state of the currently running script.
The class can check that file to see if an instance of the script is already running to prevent that more than one instance of the script is being executed.
It can also check if another control file exists as a flag indicating that another script instructed the current instance to stop and exit.
Gettable
This class can be used to make accessible private and protected variables.
It is an abstract class that provides access to retrieve values of private and protected variables while preventing to change those variables values.
Variables with names that start with an underscore still cannot be accessed from outside the class.
Simple Pagination Class
This class can be used to show links to browse MySQL results split in page.
It takes a MySQL query string and the number of page currently being browsed and generates HTML links to browse the other pages of the query results listing.
The templates of the HTML links and the base link URL are configurable parameters.
FTP best Class
This class can be used to send and receive files from FTP servers.
It can connect to a given FTP server, upload files to a destination directory, download files to local directory, create directories and sub-directories, change the current directory and list the files in a directory.
File Helper
This class can be used to read and write data in files.
Related posts:
- Some cool PHP classes to make a developers life easier! I’ve collected some great PHP classes which could really help...
- Useful PHP and MySQL articles to improve your development skills! CakePHP Authsome Authentication for people who hate the AuthComponent. Triggering...
- 5 articles web developers must read! 6 Amazing CSS Grid Layout Generator For Web Designers online...
- 23 articles and resources to improve your WordPress life! I’ve collected some cool articles which will give you tips...
- AuthSub Adds Support for ActionScript Today, we are happy to announce the launch of AuthSub...
Related posts brought to you by Yet Another Related Posts Plugin.
[...] PHP classes which can make a developers life easier! [...]
[...] More here: PHP classes which can make a developers life easier! [...]