Posted by S.Samanta
2014-04-28

Hi! Tom,
Many thanks for ur quick response & for everything. However, your suggested code
$spec_sys_base = array(
XA_CLASS=>'cls_sys_base',
XA_DEFAULT_PAGESET=>'(--your-table-name--)',
);

is working for viewing & searching the records without login. Great.
But, an admin login is also needed at the front end for add/delete/editing data.
So, for ''address book" application, a "public listing page" for viewing & search only is needed. The rest of the application should stay as it is.
Thank you once again.
Posted by Tom
2014-04-28

>But, an admin login is also needed at the front end for add/delete/editing data.

I know. Let's do it one at a time. So, you already modified the staff folder. Rename it to guest or something, and use it for the public listing. Now, extract the staff folder fresh out of the zip package and drop into the web folder. Then use the web/staff folder for the administration.