All My Projects: github.com/webkolog
W-PHP Categorizer
W-PHP Categorizer is a PHP class designed to easily manage and display hierarchical data, such as categories, in a tree-like or nested structure. It provides functionalities to fetch data from a database table, organize it based on parent-child relationships, and present it in various formats suitable for navigation menus, select dropdowns, or breadcrumb trails.
W-PHP Sorter
W-PHP Sorter is a PHP class designed to simplify the sorting of database records. It provides easy-to-use methods for moving, exchanging, and deleting records while maintaining the correct order.
W-PHP Paginator
W-PHP Paginator: This is a PHP paginator class that simplifies the creation of paginator links for your web applications.
W-PHP Form Validator
A flexible PHP form validation class with multi-language support and database integration.
W-PHP Resizer
W-PHP Resizer is a PHP 5.4 compatible class that allows you to easily resize images. This class provides various options for resizing, cropping, and saving images.
W-PHP Uploader
W-PHP Uploader is a simple and easy-to-use PHP class designed for handling file uploads. It provides basic functionality for uploading various file types with size and extension restrictions, and supports internationalization for error messages.
W-PHP Image Uploader extends the W-PHP Uploader class and adds specific features for handling image uploads, including checks for valid image MIME types and extensions, as well as image dimensions (width and height).
W-PHP Image Uploader extends the W-PHP Uploader class and adds specific features for handling image uploads, including checks for valid image MIME types and extensions, as well as image dimensions (width and height).
PHP CRUD Helper
php-crud-helper is a simple class that enables fast CRUD (Create, Read, Update, Delete) operations with MySQL using PHP 8 and PDO.