dwoo-project / dwoo

[UNMAINTAINED] php template engine
http://dwoo.org
GNU Lesser General Public License v3.0
167 stars 58 forks source link

Add PluginNumberFormat #70

Closed WebsiteDeveloper closed 7 years ago

emulienfou commented 7 years ago

Hi @WebsiteDeveloper thanks to contributing to the Dwoo core, however number_format function is listed in the allowed PHP native functions in Dwoo\Security\Policy class.

To do so, you don't need to create a custom plugin like you did! You can just need to call the PHP function such as:

{number_format $foo 2 "," " "}
WebsiteDeveloper commented 7 years ago

Alright somehow i didn't find this in the docs :) But thanks anyway

emulienfou commented 7 years ago

You're write, this is a missing information in the official documentation. This will be added ASAP.

Best regards

emulienfou commented 7 years ago

Official documentation added: