|
Installation
Simple Instructions to install Simpl onto a web server.
Phase-Deploy, Phase-Implementation, Featured 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.
where do you include this:
"Include the Simpl class "
Better Doc is necessary for understanding !!!
Maybe phpsimpl is good but the installation steps are not good; you have to reverse engineer several things. I found phpsimpl searching for crud?, my expectations <-- really important as a developer are 1.- unzip 2.- configure database parameters 3.- get a crud for my database
If phpsimpl is not intended to do that way, that should be explained. Otherwise, it should work that way.
Cannot understand the install instructions. Should not be called simple, it should be called difficult.
If you are trying to run examples/ and are having problems: Edit the examples/inc/define.php to your own database-credentials. Just entering them in the simpl/config.php just won´t do it since the author has defined them in examples/inc/define.asp already.
And please note that the example won't run unless you create the corresponding tables as the examples are made to run against.
This is really crappy instructions from the creators and some things should really be clearified.