Source for file resource.php
Documentation is available at resource.php
* dbscript for PHP 4 & 5 - restful crud framework
* @version 0.1.2 -- 19-Feb-2007
* @author Brian Hendrickson <brian@dbscript.net>
* @link http://dbscript.net/
* @copyright Copyright 2007 Brian Hendrickson
* @license http://www.opensource.org/licenses/mit-license.php MIT License
* A Restful HTTP client for accessing remote Models.
* $jopeeps = $db->get_resource( 'http://joe.net/people' );
* {@link http://dbscript.net/resource}
* @author Brian Hendrickson <brian@dbscript.net>
|