Number Format

rafaelscouto 23 Jan, 2020
I need to display in my table a value that I take from my database (inventory, price column).

Ex.
R $ 59.90

$price = number_format($this->data("Est.price"));
echo $price;

But it doesn't display anything

How can I solve?
healyhatman 24 Jan, 2020
$this->get is for {var:}'s, $this->data is for {data:}'s.
rafaelscouto 29 Jan, 2020
I managed to solve, now I need to display a simple calculation on a table in the index event

Quantity x price.

How can I get these two dice?

I tried several ways and failed.
healyhatman 30 Jan, 2020
echo $this->get('thething') * $this->get('the_other_thing');
This topic is locked and no more replies can be posted.

VPS & Email Hosting 20% discount
hostinger