]> git.llucax.com Git - mecon/samurai.git/blob - doc/apidoc/html/Sistema_2consultas_8php-source.html
Se agrega SAMURAI_Perm para manejar los permisos desde las aplicaciones.
[mecon/samurai.git] / doc / apidoc / html / Sistema_2consultas_8php-source.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>SAMURAI: consultas.php Source File</title>
4 <link href="doxygen.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generado por Doxygen 1.3.2 -->
7 <div class="qindex"><a class="qindex" href="main.html">Página&nbsp;principal</a> | <a class="qindex" href="classes.html">Lista&nbsp;alfabética</a> | <a class="qindex" href="annotated.html">Lista&nbsp;de&nbsp;componentes</a> | <a class="qindex" href="files.html">Lista&nbsp;de&nbsp;archivos</a> | <a class="qindex" href="functions.html">Miembros&nbsp;de&nbsp;las&nbsp;clases</a></div>
8 <h1>consultas.php</h1><a href="Sistema_2consultas_8php.html">Ir a la documentación de este archivo.</a><div class="fragment"><pre>00001 &lt;?php
9 00002 <span class="comment">// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:</span>
10 00003 <span class="comment">// +----------------------------------------------------------------------+</span>
11 00004 <span class="comment">// | PHP Version 4                                                        |</span>
12 00005 <span class="comment">// +----------------------------------------------------------------------+</span>
13 00006 <span class="comment">// | Copyright (c) 1997-2003 The PHP Group                                |</span>
14 00007 <span class="comment">// +----------------------------------------------------------------------+</span>
15 00008 <span class="comment">// | This source file is subject to version 2.02 of the PHP license,      |</span>
16 00009 <span class="comment">// | that is bundled with this package in the file LICENSE, and is        |</span>
17 00010 <span class="comment">// | available at through the world-wide-web at                           |</span>
18 00011 <span class="comment">// | http://www.php.net/license/2_02.txt.                                 |</span>
19 00012 <span class="comment">// | If you did not receive a copy of the PHP license and are unable to   |</span>
20 00013 <span class="comment">// | obtain it through the world-wide-web, please send a note to          |</span>
21 00014 <span class="comment">// | license@php.net so we can mail you a copy immediately.               |</span>
22 00015 <span class="comment">// +----------------------------------------------------------------------+</span>
23 00016 <span class="comment">// | Created: Tue May 27 11:20:04 2003</span>
24 00017 <span class="comment">// | Author:  Martin Marrese - Myrna Degano &lt;mmarre@mecon.gov.ar - mdegan@mecon.gov.ar&gt;</span>
25 00018 <span class="comment">// +----------------------------------------------------------------------+</span>
26 00019 <span class="comment">//</span>
27 00020 <span class="comment">// $Id: consultas.php 26 2003-07-07 22:45:35Z mmarre $</span>
28 00021 <span class="comment">// $Author: mmarre $</span>
29 00022 <span class="comment">// $URL: http://portal.mecon.ar/svn/samurai/tronco/lib/SAMURAI/Sistema/consultas.php $</span>
30 00023 <span class="comment">// $Date: 2003-07-07 19:45:35 -0300 (Mon, 07 Jul 2003) $</span>
31 00024 <span class="comment">// $Rev: 26 $</span>
32 00025 <span class="comment">//</span>
33 00026     <span class="keywordflow">return</span> array (
34 00027         <span class="comment">//OBTENER DATOS</span>
35 00028         'obtener_datos_sistema'   =&gt; 'SELECT id_sistema, nombre_sistema, desc_sistema, fecha_inicio, fecha_fin, fecha_implementacion, contacto,responsable FROM samurai.sistema ',
36 00029         'obtener_datos_sistema2'  =&gt; ' WHERE id_sistema = ? ',
37 00030         'obtener_permisos'        =&gt; 'SELECT id_permiso, observaciones FROM samurai.perm_sist WHERE id_sistema = ?',
38 00031         'obtener_permisos2'       =&gt; ' ORDER BY id_permiso',
39 00032         'obtener_permisos3'       =&gt; ' AND id_permiso = ?',
40 00033         'obtener_permisos4'       =&gt; ' AND observaciones = ?',
41 00034         'obtener_max_id_sistemas' =&gt; 'SELECT IFNULL(max(id_sistema), 1)  as id_sistema FROM samurai.sistema',
42 00035         <span class="comment">//BORRAR DATOS</span>
43 00036         'borrar_permisos'         =&gt; 'DELETE FROM samurai.perm_sist WHERE id_sistema = ? ',
44 00037         'borrar_permisos2'        =&gt; ' AND observaciones = ?',
45 00038         'borrar_permisos3'        =&gt; ' AND id_permiso = ?',        
46 00039     );
47 00040 ?&gt;
48 </pre></div><hr size="1"><address style="align: right;"><small>Generado el Tue Jul 8 11:36:20 2003 para SAMURAI por
49 <a href="http://www.doxygen.org/index.html">
50 <img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
51 </a>1.3.2 </small></address>
52 </body>
53 </html>