Changeset 927709
- Timestamp:
- 06/06/2014 11:15:33 AM (12 years ago)
- File:
-
- 1 edited
-
dbview/trunk/DBView.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dbview/trunk/DBView.class.php
r922203 r927709 443 443 $this->dview = self::load1($name); 444 444 $this->pageSize = isset($_REQUEST['pageSize']) ? $_REQUEST['pageSize'] : 0 ; // no scroll by default 445 $this->queryArgs = array(); 446 if (isset($_REQUEST['arg1'])) $this->queryArgs[] = $_REQUEST['arg1']; 447 if (isset($_REQUEST['arg2'])) $this->queryArgs[] = $_REQUEST['arg2']; 445 448 $this->response->addUpdate(array("html"=>$this->view(true))); 446 449 }
Note: See TracChangeset
for help on using the changeset viewer.