![]() |
NanoFramework 1.5.2
A tiny PHP Framework
|
Here is a list of things that are known unfixable bugs:
This causes a problem in PHP. The following code will show an example:
As conditions are treated before loops, one cannot add a loop that contains a condition.
Take the two following examples:
Working:
Not working:
In the second example, as public_article will be evaluated before {article} is parsed, it will always be false as non-existant.