From 4b78404c20490a615459267426ce9e6737bf4485 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 14 Jul 2006 09:20:45 +0000 Subject: Moving files. --- demos/sqlmap-sample/protected/pages/crud1.php | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 demos/sqlmap-sample/protected/pages/crud1.php (limited to 'demos/sqlmap-sample/protected/pages/crud1.php') diff --git a/demos/sqlmap-sample/protected/pages/crud1.php b/demos/sqlmap-sample/protected/pages/crud1.php deleted file mode 100644 index 40733dc9..00000000 --- a/demos/sqlmap-sample/protected/pages/crud1.php +++ /dev/null @@ -1,21 +0,0 @@ -Application->Modules['person-sample']; - $this->personList->DataSource = $sqlmap->queryForList('SelectAll'); - $this->personList->dataBind(); - } - - public function onLoad($param) - { - if(!$this->IsPostBack) - $this->loadData(); - } -} - -?> \ No newline at end of file -- cgit v1.2.3