c:\xampp\htdocs\xataface has the installation files
c:\xampp\htdocs\facultyofwidgetry contains index and config files
created db with phpmyadmin
index.php as follows:
note: i have taken out the required surrounding question marks and brackets required in php etc.
require_once 'c:/xampp/htdocs/xataface/dataface-public-api.php';
df_init(__FILE__, 'what goes here?');
$app =& Dataface_Application::getInstance();
$app->display();
in what goes here:
i have tried variations of c:\xampp\htdocs\xataface\dataface
tried http://localhost/xataface/dataface or
http://localhost/facultyofwidgetry
and just about every other path and url i can think of
config file
[_database]
host = "localhost"
user = "root"
password = "password"
name = "facultyofwidgetry"
[_tables]
Course = "course"
Program = "program"