~george-edison55/stackphp/trunk

« back to all changes in this revision

Viewing changes to src/api.php

  • Committer: Nathan Osman
  • Date: 2012-03-31 06:20:06 UTC
  • Revision ID: admin@quickmediasolutions.com-20120331062006-y6p6e1plkaqvgifz
Began implementing Site class and corrected a few bugs relating to namespaces. NOTE: the site.php file contains a small test and breaks the rest of the library.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
  * https://docs.google.com/document/pub?id=11n_dp6t2jpPcgqNuoEOO0fwLvKxYp_HH-zGoycAnUmY
42
42
  */
43
43
 
44
 
require_once 'request.php';
 
44
require_once dirname(__FILE__) . '/url.php';
45
45
 
46
46
/// Main class which provides access to all sites and routes.
47
47
/**