dwoo-project / dwoo

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

no break or continue syntax in dwoo? #36

Closed Lindworm closed 8 years ago

Lindworm commented 9 years ago

I cannot find break or continue tag during a loop in the document. Anyone may help?

emulienfou commented 8 years ago

Like Twig template engine and unlike in PHP, it's not possible to break or continue in a loop.

Smarty tags {break} and {continue} are/won't be supported.