Esempio n. 1
0
        <?php 
echo cliprz::get_framework('name');
?>
 Functions.
    </div>

    <div class="f">
        <div class="f-center"><?php 
echo $functions;
?>
</div>
    </div>

    <div class="head">
        <?php 
echo cliprz::get_framework('name');
?>
 Developers.
    </div>

    <div class="f">
        <div class="f-center"><?php 
echo $developers;
?>
</div>
    </div>

    </div>

</div>
Esempio n. 2
0
Don't forget to edit value to true in use database and choose your driver you prefer
<div class="code">
<?php 
highlight_string('<?php

$_config[\'db\'][\'use_database\'] = true;
$_config[\'db\'][\'driver\']       = "mysqli";

?>');
?>
</div>
<br />
<h2>Information</h2>
<pre>
Version : <?php 
echo cliprz::get_framework("version");
?>
 <?php 
echo cliprz::get_framework("stability");
?>
</pre>
</div>

<div class="under">
<?php 
echo cliprz::get_framework("under");
?>
</div>

</body>
</html>