|
Installation
Simple Instructions to install Simpl onto a web server.
Introduction
// Directories
// Always Include trailing slash "/" in Direcories
define('DIR_ABS', '/usr/local/www/mysite/');
define('FS_SIMPL', DIR_ABS . 'simpl/');
define('FS_CACHE', DIR_ABS . 'cache/');
// Database Connection Options
define('DB_USER', '');
define('DB_HOST', '');
define('DB_PASS', '');
define('DB_DEFAULT', '');// Simpl Framework include_once(FS_SIMPL . 'simpl.php'); // Make the DB Connection $db = new DB; $db->Connect(); Next StepRead the BaseClasses page to get a full understanding of Simpl's abilities. |
Sign in to add a comment
i do not understand these instructions any chance of making instructions clearer ?
I saw the example working. But, still, It is dificult to me to see how it works. I dont know what I must do on my own work.
All we will be glad if you make a good documentation to see how it works.
Thanks!
I also don't understand it. I couldn't get the application working unfortunately. A lot of steps are missing in the documentation.