phpDocumentor SpoolTemplate
[ Back ] [ class tree: SpoolTemplate ] [ index: SpoolTemplate ] [ all elements ]

Source for file sptpl_db.php

Documentation is available at sptpl_db.php

  1. <?php
  2. /**
  3. * @copyright sptpl_db.php is part of Sptpl project {@link http://www.andrioli.com/en/sptpl.html} and it is LGPL
  4. * @author Andrioli Darvin <darvin (inside) andrioli (dot) com>
  5. * @version $Header: d:\cvs/classistd/sptpl/sptpl_db.php,v 2.1 2005/03/02 21:00:54 Darvin Exp $
  6. */
  7. /*
  8. * +-------------------------------------------------------------------------+
  9. * | Sptpl |
  10. * +-------------------------------------------------------------------------+
  11. * | Copyright (c) 2003-2005 Andrioli Darvin |
  12. * | Email <darvin (inside) andrioli (dot) com> |
  13. * | Web http://www.andrioli.com/en/sptpl.html |
  14. * | Download http://www.phpclasses.org/browse.html/package/1326.html |
  15. * | |
  16. * +-------------------------------------------------------------------------+
  17. * | This library is free software; you can redistribute it and/or modify |
  18. * | it under the terms of the GNU Lesser General Public License as |
  19. * | published by the Free Software Foundation; either version 2 of the |
  20. * | License, or (at your option) any later version. |
  21. * | |
  22. * | This library is distributed in the hope that it will be useful, but |
  23. * | WITHOUT ANY WARRANTY; without even the implied warranty of |
  24. * | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
  25. * | Lesser General Public License for more details. |
  26. * | |
  27. * | You should have received a copy of the GNU Lesser General Public |
  28. * | License along with this library; if not, write to the Free Software |
  29. * | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
  30. * +-------------------------------------------------------------------------+
  31. */
  32.  
  33.  
  34. /**
  35. * Database class abstraction.
  36. */
  37. class CDB {
  38. var $DbConn; // Connessione al Db
  39.  
  40. var $DbResult; // Risultato di una query
  41.  
  42.  
  43.  
  44. function CDB()
  45. {
  46.  
  47. }
  48.  
  49. function DbOpen($DBSystem,$DBUser,$DBPasswd,$DBName)
  50. {
  51. }
  52.  
  53. function DbExecSql($sql)
  54. {
  55. return(TRUE);
  56. }
  57.  
  58. function DbGetValue()
  59. {
  60. }
  61.  
  62. function DbClose()
  63. {
  64.  
  65. }
  66.  
  67. }
  68.  
  69. ?>

Documentation generated on Mon, 28 Mar 2005 15:13:22 +0200 by phpDocumentor 1.3.0RC3