13 projects tagged "php classes"
Xataface Email Module allows you to email to the results of any set found in a Xataface application. This allows you to easily convert your existing database of contacts into a mailing list. It supports HTML email, recipient opt-out, mailmerge macros, and more. The email is sent in the background via a cron script, so arbitrarily large email lists can be supported.
DataGrid Zend Framework is a way to easily create a datagrid from queries in your Zend Framework project. It is really easy to use: for example, $grid->from("clients"). It can perform CRUD operations seamlessly. It uses templates, performs joins, has advanced filters, does data validation and filtering (when performing CRUD operations), does automatic pagination, can add extra fields, can sort fields, and has many other features.
Moonbeam provides a simple way to keep track of all your bookmarks in a central location, instead of being attached to whichever browser you're currently using. Its advantage over services like del.icio.us is that the data is kept on your server. Additionally, each bookmark can be assigned an arbitrary number of metatags, so Web sites that don't fit neatly into one category can be given all the tags that apply, which also makes finding them easier.
File-Picker is a program to display and choose files from your Web site. It supports multiple languages. It uses AJAX to allow the user to interact with the server without reloading the page. You can pick several files at the same time. Its visual interface looks like a file explorer.
WARP uses the abstractions in WebFace to create a facility where multiple pages can share the same control mechanism. For instance, show_log1.php can use the "index.php?WRP001X1_sortorder=0" component of the GET request, while free_space.php can use "&WRP002X2_disk=3". It does this, primarily, by replacing the Web_Ctrl feature to build custom links for each "applet". Each applet is the name for the various server-side files that handle application-specific functionality.