Forums

Solved Simple line counter

webcrea 29 Nov, 2017
Answer
1 Likes
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
Max_admin 29 Nov, 2017
Hi Christophe,

Thanks for posting this!🙂

Best regards
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.