31 projects tagged "php class"
phpGrid provides professional-looking Ajax-enabled grid-based editing, create, read, update, and delete (CRUD) operations for Web developers in as little as two lines of code. It features cross-browser inline editing, support for all HTML form controls, integrated search toolbar, a master detail datagrid, image display, MS Excel and HTML data export, permission control, a theme roller, built-in record sorting by any column, support for major databases including MySQL, SQL Server, and Oracle, support for large database record sets, and WYSIWYG and Ajax file upload.
pop3ml is a program to manage mailing lists and newsletters without a local SMTP server. It requires only a simple POP3 email account. It's highly configurable by users. You can subscribe or unsubscribe simply with email messages. There is optional subscription and unsubscription confirmation, subscription moderation, message moderation, digest message mode, parent/children list management, mail scheduling to postpone or repeat a message, a mail filter (with a procmail-like syntax), a message queue for unsent messages, message size check, a command to retrieve messages, bounce detection, message header management, black/white/allow/deny lists, and other functions. There is also a program to test list settings without sending any messages and another program to view and search through stored messages. You can configure it with programs like phpMyAdmin.
File upload and validation class is a PHP class that can be used to validate and process uploaded files. It can validate a given uploaded file by checking its MIME type or its original file type, and by checking its file size against a given limit and file type. It currently supports audio, video, PDF, and image file uploads. The class can create a path in the server as well.
DHCP Lease Query in PHP is a PHP class that will allow you to send DHCPLEASEQUERY packets to inquire about known leases from a remote DHCP server. It is similar in nature to ISC's OMAPI but without the hangs it creates, nor does it cause dhcpd to behave in a single-threaded fashion while talking to it. After all, it emulates an actual DHCP "helper" (relay agent) and, as such, all queries travel over IP. It is based on RFCs related to DHCP and follows the RFCs as closely as possible.
EasyPhpMassEmail is a PHP class that is intended for Web sites that need a simple solution for sending many email messages and do not have access to the PEAR packages for sending mass emails. The EasyPhpMassEmail class sends the email messages in batches and relies on an email queue page that reloads after each batch. By doing so, it is possible to send a large number of emails without problems using the mail() function and have a progress indication at the same time. The example files in the package demonstrate the use of the class.