function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Superdome-oldSuperdome-old 

PHP and custom class

PHP is easily to integrate with standard object to create, update, query, and delete records.

 

However, just wonder if PHP toolkit supports custom class just like in visualforce page : <apex:page controller="customClass"...

 

I am developing a query page which will do some statistics jobs and I have already developed the task in apex class and visualforce.

 

I know it can be done to rewrite the controller to php code however it will retrieve lots of data to php server that I want to prevent.

 

So, just like to know how to call custom class from PHP toolkit , or it is impossible at the moment.

 

Thanks

2Wrongs2Wrongs

I'm not 100% what you're asking, but I've called custom classes based on this:

 

http://sfdc.arrowpointe.com/2008/12/05/calling-apex-web-services-from-php/