Source for file request.php
Documentation is available at request.php
* Project: deskweb - the dekstop manager for web <br />
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* You may contact the authors of Deskweb by emial at: <br />
* Massimiliano Balestrieri <br />
* The latest version of deskweb can be obtained from: <br />
* http://www.deskweb.org/ <br />
* @link http://www.deskweb.org/
* @author Massimiliano Balestrieri <io@maxb.net>
* @copyright 2005-2006 Massimiliano Balestrieri.
* classe Request di deskweb
* id della sezione di deskweb
* array contenente POST non filtrato
* assegna alle proprietà della classe i valori passati via GET o POST
if (isset
($_GET['ajax'])) {
switch ($_GET['action']) {
$session->ajaxRegisterWindowProperties($properties);
* recupera i permessi di un elemento creato
* delegare alle singole applicazioni ?
if (isset
($this->form['R']))
if (isset
($this->form['W']))
if (isset
($this->form['X']))
* sostituisce "-" se il permesso non viene trovato
$winprop =
array ('desktop' =>
$_GET['desktop'], 'id' =>
$_GET['win_id'], 'left' =>
$_GET['win_left'], 'top' =>
$_GET['win_top'], 'width' =>
$_GET['win_width'], 'height' =>
$_GET['win_height'], 'z' =>
$_GET['win_z']);
//$this->_array_str_replace("px","",$winprop);
$this-> $var =
$_GET[$var];
if (isset
($_POST[$var]))
$this-> $var =
$_POST[$var];
* parsa la richiesta e codifica l'html per impedire l'uso di tag
foreach ($elem as $key =>
$value)
* parsa la richiesta e codifica l'html per impedire l'uso di tag
foreach ($elem as $key =>
$value)
Documentation generated on Sun, 18 Jun 2006 23:16:57 +0200 by phpDocumentor 1.3.0RC6