Lagger

Package:
Summary:
Handle errors of PHP applications
Groups:
Author:
Description:
This package can be used to handle errors of PHP applications.

It provides several classes that can handle PHP execution errors, exceptions and application debug calls.

The package also provides classes that implement actions for handling and of the types of errors.

Currently the action classes support: display the messages in the page, send an e-mail message, send a SMS message, log to a file, throw an exception, display a message in Firebug using the FirePHP extension, speak the message on Windows with WinSpeak.


PHP DataForm

PHP Dataform (PHP DF) script is a simple tool for creating HTML Forms with ease. It was especially designed for web developers, who do not want to spend excessive time on creating Forms in HTML or through PHP, but want to use a first-class OOP backend. Expandable structure, wise usage of common PHP-Patterns and continuous support make this a must for your PHP-swissarmy-knife. The PHP DataForm is an excellent tool for web developers who: * Look for a small, smart and powerful form-creating tool * Want to improve existing web applications * Plan to use the power of OOP in new projects

Bread crumb page navigation

Package:
Summary:
Display bread crumbs of pages visited by the user
Groups:
Author:
Description:
This class can be used to display bread crumbs links to pages visited by the user.

It keeps track of pages visited by the user by storing their URLs in a session variable as HTML links.

The class displays the breadcrumb links right after they are updated with the currently visited page.

This class can generate bread crumb like navigation bars. It outputs an HTML ordered list of navigation links.


OAuth Twitter

Package:
Summary:
Access Twitter API on behalf of an user
Groups:
Author:
Description:
This class can be used to access the Twitter API on behalf of an user using OAuth.

It uses the Zend Framework OAuth consumer package to generate a token for accessing the Twitter API on behalf of the current site user.

The class redirects to use to the Twitter site to verify the user permission and handles the request to receive the validated OAuth token.

From then on, the class can access the Twitter API using the OAuth token to perform several types of actions like: updating the user status, get the user followers and friends.


PHP MicroBlog

ApPHP MicroBlog (ApPHP MicroB) is very simple and powerful PHP blog software. This product enables you to start your own blog within minutes. You can easy add and manage your posts and posting categories. This script is perfect for web designers and developers that want to empower their site and save the time on editing web pages every time they want to add more news. The script is very flexible, it written in object-oriented style and allows web developers easy change it to suit their needs.

DbProxy

Package:
Summary:
Execute MySQL queries from SQL defined in XML
Groups:
Author:
Description:
This class can be used to execute MySQL queries from SQL templates defined in XML files.

It can parse a given XML file that contains definitions of SQL query templates.

The class can execute given MySQL queries eventually replacing template parameters with given values.


Powered by Gewgley