First of all I would like to give my complements to Steve and co. for writing this framework.
Great job, well done.
I like to share the following with you all.
After installing and creating my 'movie archive' application (all according to the documentation found on the xataface site), everything worked fine.
Now, I am at the point to add (out-of-the-box) login functionality.
Also this function works fine, however it keeps writing 'notice' messages to the php_error.log file.
the message is:
[30-Aug-2010 18:39:05] PHP Notice: Undefined index: auth_type in /Users/harry/MAMP/Sites/xataface/xataface-1.2.4/Dataface/AuthenticationTool.php on line 84
My [_auth] section is very basic, as described in the documentation with 3 directives:
users_table = users
username_column = userName
password_column = password
Now I also added the 'auth_type = basic' directive. According to the documentation this is the default and it is not necessary to add it to the conf.ini file. However after adding this directive, the 'notice' message I mentioned earlier doesn't pop-up anymore!
My assumption is that this directive is necessary. Is my assumption correct?