You MUST copy the include file created during generation to the "usr/lib/php" directory:
It will be named <yourdbname>.conf.php, so if your database is called "lollipop" it would be named "lollipop.conf.php"
It will be in the below directory: ( below three lines should be on one line)
/Library/WebServer/Documents/pc3/web/ generatedCode/framework/ lollipop/include/lollipop.conf.php
So, as root, you must type:
cd /usr/lib/php
then:
cp <that_whole_dir_string_with_your_filename> .
Again, the space and the "." after the "whole_dir..." causes the copy to go into your current directory.
Now you can run your App!
Open a Navigator window and address should be ( again all on one line in the address window):
locahost/pcg3/web/generatedCode/ framework/lollipop/web/index.php
And you will get an INCREDIBLE add/find/edit/delete menu for EVERY TABLE in your database!!!
And the data displays are all pleasing table layouts.
The time savings must be a factor of over 1000! By A free program!
Log in to post a comment.
You MUST copy the include file created during generation
to the "usr/lib/php" directory:
It will be named <yourdbname>.conf.php, so if your database is called "lollipop" it would be named
"lollipop.conf.php"
It will be in the below directory:
( below three lines should be on one line)
/Library/WebServer/Documents/pc3/web/
generatedCode/framework/
lollipop/include/lollipop.conf.php
So, as root, you must type:
cd /usr/lib/php
then:
cp <that_whole_dir_string_with_your_filename> .
Again, the space and the "." after the "whole_dir..."
causes the copy to go into your current directory.
Now you can run your App!
Open a Navigator window and address should be
( again all on one line in the address window):
locahost/pcg3/web/generatedCode/
framework/lollipop/web/index.php
And you will get an INCREDIBLE add/find/edit/delete
menu for EVERY TABLE in your database!!!
And the data displays are all pleasing table layouts.
The time savings must be a factor of over 1000! By A free program!