Hi Dansmuser,
I would suggest you start by looking at the quick start guide, particularly chapters 6 and 8, and diving into the documentation on client-server integration, here: http://www.smartclient.com/docs/6.5.1/a/b/c/go.html#group..clientDataIntegration. You'll find this topic gives you a good overview of how SmartClient communicates with the server, and links to other documentation and examples which are particularly relevant to developing with a PHP back-end.
On the public wiki there is now a series of articles showing how to build PHP server code for
RestDataSource that supports full CRUD, including AdvancedCriteria and transactional commits to
a database (using the RedBean PHP library). Take a look here.
Comment