We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cd /home/user/public_html/littlefoot/lf/apps
helloworld
index.php
Hello World
You can use HTML:
<h1>Hello World</h1>
And PHP:
<h1>Hello World</h1> <p>Its <?=date('Y-M-d h:m:s');?></p>
print_r the row results of a SELECT * on the lf_actions table.
print_r
SELECT *
lf_actions
<?php pre( (new \LfActions)->getAll() ); ?>
There was an error while loading. Please reload this page.