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.
It is with extremely great pleasure that I point you to the first post at the new WordPress Foundation site. Not only am I excited about the things that will happen under the auspices of the Foundation, I’m excited to see a site running the 3.0 development version and the nascent theme called 2010. Go check it out for yourself.
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.
Package:
Summary:
Generate RSS 2.0 feeds
Groups:
Author:
Description:
This class can be used to generate RSS 2.0 feeds.
It creates a DOM document and can add nodes of a RSS 2.0 feed to describe the RSS channel and its item details.
The generated document served as the current script output.
Package:
Summary:
Generate RSS 2.0 feeds
Groups:
Author:
Description:
This class can be used to generate RSS 2.0 feeds.
It creates a DOM document and can add nodes of a RSS 2.0 feed to describe the RSS channel and its item details.
The generated document served as the current script output.
Package:
Summary:
Log variable values to files
Groups:
Author:
Description:
This class can be used to log variable values to files.
It can add log entries to files with the values of variables of any PHP types.
The log files are stored in a configurable logs directory with names based on the current calling context.
The log file size limit and the log line length wrap limit are some of the configurable parameters. The class configuration values can be retrieved from a XML file.
Package:
Summary:
Generate page with preloaded images
Groups:
Author:
Description:
This class can be used to generate page with preloaded images.
First, it can list images from a directory and store the list in a MySQL database.
The class can generate HTML with Javascript to preload all listed images in the user browser, so the next browsed pages that need the images can load much faster.
Package:
Summary:
Detect whether PHP is running an opcode cache
Groups:
Author:
Description:
This class can be used to detect whether PHP is running an opcode cache.
It can check the presence of certain PHP options or functions to determine if one of several known opcode cache extensions is available.
Currently it can detect XCache, Microsoft WinCache, APC, eAccelerator, PHPA and Zend Accelerator.
Package:
Summary:
Convert text into numeric HTML entities
Groups:
Author:
Description:
This is a very class that can be used to convert text into numeric HTML entities.
It converts all characters of a text string into HTML as numeric entities.