Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 32 → Rev 36

/trunk/serveur/bibliotheque/classes/eflore_macro_element.class.php
9,10 → 9,10
protected $collectionblockdedonnees;
protected $idRes;
function __construct($aConn,$aParentDataBlock,$identifiant)
function __construct($une_connexion, $un_block_données_parent, $identifiant)
{
$this->connexion = $aConn;
$this->blockdedonneesParent = $aParentDataBlock;
$this->connexion = $une_connexion;
$this->blockdedonneesParent = $un_block_donn;
$this->identifiantblockdedonnees = $identifiant;
$this->contexteRef = $this->blockdedonneesParent->recupererDonnees();
}
19,8 → 19,8
function construire()
{
$sql=$this->getSQL();
if(!is_NULL($sql)) {
$sql = $this->getSQL();
if(!is_null($sql)) {
$this->openCursor($sql);
while ($this->fetch());
$this->closeCursor();
27,7 → 27,7
}
}
function contruireparrecursiviteplate()
function contruireParRecursivitePlate()
{
construire();
36,7 → 36,7
construire();
}
function contruireparrecursivite()
function contruireParRecursivite()
{
}
52,7 → 52,7
function fetch()
{
$res=mysql_fetch_assoc($this->idRes);
$res = mysql_fetch_assoc($this->idRes);
if (!$res) {
} else {