Dwoo is a PHP5 template engine which is (almost) fully compatible with Smarty templates and plugins, but is written from scratch for PHP5, and adds many features.
Questions tagged [dwoo]
32 questions
-1
votes
1 answer
How do I change code in dwoo.php to work with php8.0 as I am getting php warnings of undefined array key
Our host recently enforced us to upgrade to php 8.0 from 7.4
We are getting this error:
>>PHP Warning: Undefined array key.
It is a pure PHP e-commerce site originally built on the Dwoo template engine.
Can the code be modifed to work with php…

Heinrich
- 1
- 1
-1
votes
1 answer
Bootstrap foreach loop
I have somethink like this.
{foreach key=row item=category from=$results}

aagaatkaaa
- 1
- 1