/usr/local/miolo2/classes/database/midgenerator.class

Go to the documentation of this file.
00001 <?
00002 abstract class MIdGenerator
00003 {
00004     private $value = 0;
00005     public $db;
00006 
00007     function __construct($db)
00008     {
00009        $this->db = $db;
00010     }
00011 
00012     abstract public function getNewId($sequence='admin', $tableGenerator = 'cm_sequence');
00013     abstract public function getNextValue($sequence='admin', $tableGenerator = 'cm_sequence');
00014 }
00015 
00016 
00017 
CopyLeft (L) 2001-2006 - [MIOLO Development Team] SOLIS - Cooperativa de Soluções Livres - Lajeado/RS - Brasil