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

Diff of /nfo/php/libs/org.netfrag.glib/Site/WebAppMVC.php

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

revision 1.1 by joko, Mon Mar 3 22:08:43 2003 UTC revision 1.2 by joko, Wed Mar 5 16:10:20 2003 UTC
# Line 15  Line 15 
15   * $Id$   * $Id$
16   *   *
17   * $Log$   * $Log$
18     * Revision 1.2  2003/03/05 16:10:20  joko
19     * updated docu (phpDocumentor testing....)
20     *
21   * Revision 1.1  2003/03/03 22:08:43  joko   * Revision 1.1  2003/03/03 22:08:43  joko
22   * refactored from com.newsblob.phphtmllib/controller/WebMVC.inc   * refactored from com.newsblob.phphtmllib/controller/WebMVC.inc
23   *   *
# Line 88  class Site_WebAppMVC extends DesignPatte Line 91  class Site_WebAppMVC extends DesignPatte
91    function handle() {    function handle() {
92    
93      // trace      // trace
94        print "MVC - performed result: " . Dumper($this->_performed_result);        //print "MVC - performed result: " . Dumper($this->_performed_result);
95        //exit;        //exit;
96    
97      if (!sizeof($this->_performed_result)) {      if (!sizeof($this->_performed_result)) {

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