/[cvs]/nfo/php/libs/org.netfrag.app/WebExplorer/MVC.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.app/WebExplorer/MVC.php

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

revision 1.16 by joko, Tue May 13 14:53:56 2003 UTC revision 1.17 by joko, Wed Jun 25 23:45:05 2003 UTC
# Line 4  Line 4 
4   * $Id$   * $Id$
5   *   *
6   * $Log$   * $Log$
7     * Revision 1.17  2003/06/25 23:45:05  joko
8     * trying to switch from "ap" completely to "t"
9     *
10   * Revision 1.16  2003/05/13 14:53:56  joko   * Revision 1.16  2003/05/13 14:53:56  joko
11   * reset mvc-params "filter" and "meta" in tree mode!?   * reset mvc-params "filter" and "meta" in tree mode!?
12   *   *
# Line 286  class WebExplorer_MVC extends Site_WebAp Line 289  class WebExplorer_MVC extends Site_WebAp
289    
290          // rewrite idents          // rewrite idents
291          create_function('&$_in, &$_out', '          create_function('&$_in, &$_out', '
292            
293              // old version: ap == explorer
294             // map Topic to Page if exists             // map Topic to Page if exists
295             if($_in[topic]) {             //if ($_in[topic]) {
296              $_in[ap] = $_in[topic];             // $_in[ap] = $_in[topic];
297            }             //}          
298            $idents = array ( ap, );            //$idents = array ( ap );
299            foreach($idents as $key) {            //foreach($idents as $key) {
300              $_out[options][idents][$key] = $_in[$key];            //  $_out[options][idents][$key] = $_in[$key];
301            }            //}
302              
303              // 2003-06-26: switched from ap=explorer to t=DataBrowser
304              $_out[options][idents][t] = $_in[topic];
305    
306          '),          '),
307                    
308          // check right $_GET[ap]          // check right $_GET[ap]

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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