Hi,
Compteur de lignes
Fontion php init_n
$this->set("n", 1);
Fonction php add_n
$n = $this->get("n");
echo $n;
$this->set("n", $n+1);
Dans event
{fn:init_n}
Dans table view
Column list :
n:#
Column view :
n:{fn :add_n}
Bye
Compteur de lignes
Fontion php init_n
$this->set("n", 1);
Fonction php add_n
$n = $this->get("n");
echo $n;
$this->set("n", $n+1);
Dans event
{fn:init_n}
Dans table view
Column list :
n:#
Column view :
n:{fn :add_n}
Bye