/[cvs]/nfo/php/libs/org.netfrag.flib/Site.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.flib/Site.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by joko, Tue Nov 12 05:42:30 2002 UTC revision 1.2 by joko, Fri Dec 13 09:17:41 2002 UTC
# Line 3  Line 3 
3  //    $Id$  //    $Id$
4  //    -------------------------------------------------------------------------------  //    -------------------------------------------------------------------------------
5  //    $Log$  //    $Log$
6    //    Revision 1.2  2002/12/13 09:17:41  joko
7    //    + function getLastRequest
8    //    + function cacheRequest
9    //
10  //    Revision 1.1  2002/11/12 05:42:30  joko  //    Revision 1.1  2002/11/12 05:42:30  joko
11  //    + initial checkin  //    + initial checkin
12  //  //
# Line 88  class Site extends Site_Boot { Line 92  class Site extends Site_Boot {
92      return $this->request->getRequest();      return $this->request->getRequest();
93    }    }
94    
95      function getLastRequest() {
96        return $this->request->getCached();
97      }
98    
99      function cacheRequest($request = array()) {
100        return $this->request->cacheRequest($request);
101      }
102    
103    // dispatchers for Loader    // dispatchers for Loader
104    function &loadHandler($a) {    function &loadHandler($a) {
105      return $this->loader->loadHandler($a);      return $this->loader->loadHandler($a);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed