Page 1 of 1

How to customize sql for a table view

PostPosted: Sun Sep 02, 2012 10:19 pm
by grh
Newbie with your product here ......

I saw in the documentation this statement below ......
<TableName>.php (where <TableName> is the name of the table. - A delegate PHP class that allows you to further customize the behavior of the application with respect to this table. May contain custom fields, importing/exporting functionality, permissions information, and more...

However, I could not find an example of the <tablename>.php file ....can you provide one?

I would like to write my own custom sql statement (with joins) to pull in multiple tables for my web view.

thanks for your assistance
greg

Re: How to customize sql for a table view

PostPosted: Sat Sep 08, 2012 10:17 am
by shannah
Check out the getting started tutorial. Particularly the section on delegate classes.

http://xataface.com/documentation/tutor ... te_classes