split into headers and implementation to improve compile time
This commit is contained in:
+3
-1
@@ -2,6 +2,8 @@
|
||||
|
||||
RENDER()
|
||||
{
|
||||
DTree p;
|
||||
p.set(context->params);
|
||||
|
||||
<>
|
||||
<link rel="stylesheet" href='style.css'></link>
|
||||
@@ -22,7 +24,7 @@ RENDER()
|
||||
<li><a href="memcached.uce">Memcached</a></li>
|
||||
<li><a href="mysql.uce">MySQL Connector</a></li>
|
||||
</ul>
|
||||
<pre><?= var_dump(context->params) ?></pre>
|
||||
<pre><?= (var_dump(p)) ?></pre>
|
||||
</>
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user