Note that there are some explanatory texts on larger screens.

plurals
  1. POWhat is this framework?
    text
    copied!<p>So basically, just stumbled upon a framework or other feature of PHP, which I haven't seen. All functions are written in PHP - oop type, but html files are somewhere really deep (in folders), and here is example of one of html file -</p> <p><a href="http://jsfiddle.net/x2tgt/" rel="nofollow">http://jsfiddle.net/x2tgt/</a></p> <p>code -</p> <pre><code>&lt;h1&gt;{$category[0].name}&lt;/h1&gt; &lt;table cellpadding="0" cellspacing="0" width="100%"&gt; {section name=id loop=$products} &lt;tr&gt; {section name=id2 loop=$products[id]} {if $products[id][id2].id} &lt;td width="100%" valign="top" width="130"&gt; &lt;table cellpadding="1" cellspacing="0" width="100%"&gt; &lt;tr&gt; &lt;td valign="top" align="left" width="195"&gt; &lt;a href="{$smarty.const._URL_ROOT}/{$page.lang}/product/{$products[id][id2].id}/{if $page.eshop eq 1}1/{/if}"&gt;&lt;img src="{$smarty.const._URL_PREFIX}/data/img/{$products[id][id2].filename}_list.jpg" alt="" /&gt;&lt;/a&gt; &lt;/td&gt; &lt;td width="15"&gt;&lt;/td&gt; &lt;td valign="top" align="left"&gt; &lt;a href="{$smarty.const._URL_ROOT}/{$page.lang}/product/{$products[id][id2].id}/{if $page.eshop eq 1}1/{/if}"&gt;&lt;h1&gt;{$products[id][id2].name}&lt;/h1&gt;&lt;/a&gt; {if $page.eshop eq 1} &lt;table cellpadding="0" cellspacing="0" class="prodListPrice"&gt; &lt;tr&gt; &lt;td colspan="3" class="top"&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td class="middle"&gt; ##PROD_PRICE_1##&lt;br/&gt; &lt;span&gt;{$products[id][id2].price_1} {$products[id][id2].price_from|stripslashes}&lt;/span&gt; &lt;/td&gt; &lt;td class="middle"&gt; ##PROD_PRICE_2##&lt;br/&gt; &lt;span&gt;{$products[id][id2].price_2} {$products[id][id2].price_from|stripslashes}&lt;/span&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="3" class="bottom"&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; {/if} &lt;div class="br5"&gt;&lt;/div&gt; &lt;div&gt;{$products[id][id2].stext|stripslashes}&lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/td&gt; {else} &lt;td&gt; &lt;/td&gt; {/if} {/section} &lt;/tr&gt;​ </code></pre> <p>Do you have any clues what type of framework this could be?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload