/* E X A M P L E -----------------------------------------------
		$feed = new RSS();
		$feed->title       = "RSS Feed Title";
...

PHP RSS Writer Class

by https://www.google.com/accounts/o8/id?id=AItOawkrlIWZOJFG_JL2F2-39pufYjElslWtCGU, August 23, 2011 07:01, 18 refactorings, tagged with class, xml, php, html, web, apache, server, write
D41d8cd98f00b204e9800998ecf8427e Talk
<?php

class cookies {
...

PHP php5 Cookie Class

by Chris, April 08, 2011 14:15, 6 refactorings, tagged with class, php, cookies

A simple class for dealing ...

26b3aeda331db9dc0fa06ab8c6862379 Talk
<?php

class RequestFile
...

PHP Universal File Download Class

by Chris Dean, August 16, 2008 11:21, 4 refactorings, tagged with download, class, php, file, 5, universal

After finding different hos...

151e36cc7f789a4790c8ca437e3a1f60 Talk
<?php

class DB {
...

PHP PHP5 Database Clas

by Ishkur, July 21, 2008 16:33, 3 refactorings, tagged with class, php5, database

For the most part, this cla...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk
class XML_QNC
 {
  private $reader   = "";
...

PHP XMLReader to Array Class

by ellisgl.myopenid.com, June 12, 2008 22:28, 9 refactorings, tagged with class, xml, php

XMLReader is fast and uses ...

8bba46dba9043c254e6eef1aa664e6f0 Talk
static public function invoke($hook) {
    $packages = array();
    $results = array();  
...

PHP Dynamically invoking static...

by Tj Holowaychuk, June 09, 2008 20:52, 1 refactoring, tagged with class, eval, static

Hey guys, I should have rea...

F1e3ab214a976a39cfd713bc93deb10f Talk