#Universal PHP Classes This is my collection universal classes of php.
##The technologies used
- PHP since v5.0
##Contents of the collection (alphabetically)
- AutoloadClass.php - this class to autoload classes, You can see an example
- Calendar.php - this class to print calendar as an array, You can see an example
- Cookie.php - this class to work with cookie (set, check, delete), You can see an example
- Exceptionizer.php - this class to work with exceptions, You can see an example
- FilesWork.php - this class to work with files, You can see an example
- FriendlyUrl.php - this class to create friendly url for SEO, You can see an example
- ImagesResizer.php - this class to resize uploaded image, You can see an example
- Mailer.php - this class to send email, You can see an example
- MailerWithAttachment.php - this class to send email with attachment, You can see an example
- MysqlSearch.php - this class to search words in row of mysql table, You can see an example
- ParsersWork.php - this class to work with parsers, You can see an example
- PDOMysqlWork.php - this class to work (connect, select, insert, update, delete, count) with MYSQL (use PDO driver), You can see an example
- Recursion.php - this class to recursion an array, You can see an example
- Redirect.php - this class to redirects, You can see an example
- RSSReadandAtomFeeds.php - this class to read RSS and ATOM feeds, You can see an example
- SPLLibraryPrint.php - this class to print all classes and their methods of SPL library, You can see an example
- StringWork.php - this class to work with string, You can see an example
- Template.php - this is simple class for render template, You can see an example
- TestingLoading.php - this class to testing loading your scripts, You can see an example
- URLWork.php - this class to work with URL, You can see an example
- ValidateData.php - this class to validate data (boolean, email, float, integer, ip, url, login, password), You can see an example
- ZipFileCreator.php - this class to create zip archive, You can see an example
##Have comments or suggestions? Create Issue.