2 September, 2009 (00:35) | FEED, PHP, Reference, class, programming | 1 comment
Tags: ATOM, class, FEED, PHP, Programming, RSS, XML
RayFeedReader, A Simple and Easy SimpleXML based feed reader class using PHP.
First of all it’s another reinvention of wheel. This class is designed to provide quick access to any XML based RSS feed and it’s content. Usages are very simple and require only one line of code. Html rendering functionality is provided through separate pluggable [...]
28 June, 2009 (09:51) | PHP, Reference, programming | 4 comments
Tags: Array, class, PHP, Programming
RayArray is a array utility class.
I have wrapped three static functions for converting multidimensional configuration data. It is very much useful when working with configuration data. I have used this class in one of my project to store arbitrary configuration data just like windows registry data.
File: rayarray.php
<?php
/**
* RayArray arrays utility class
*
* This class provides configuration [...]
13 June, 2009 (13:01) | PHP, Reference, programming | 7 comments
Tags: class, http, PHP, Programming, Tutorial
RayHttp, A Simple Http Client Class for PHP Development.
This class is designed to provide quick http reqest method to access external website. A CURL alternative to php native file_get_contents method. It can work without any configuration and can be called anywhere is your application using singleton design pattern. Unlike other Http client class in php, [...]