(English) Using the Job Queue API of the Zend Platform
Posted: aprile 25th, 2009 | Author: enrico | Filed under: Zend | Tags: job, PHP, platform, queue, zend | 6 Comments »Ci spiace, ma questo articolo è disponibile soltanto in English.
Ci spiace, ma questo articolo è disponibile soltanto in English.
Where would you find the files for ZendAPI_Queue and ZendAPI_Job?
The job queue API is integrated into the zend_extension of the Zend Platform. You can use the API directly if you have the Zend Platform installed on your server. There’s not a file to include in your php code.
Do we have to call any classes for ZendAPI_Queue , Because when am trying to execute this code, it is telling, class not found, Can you please tell, why it is happening like that.
The error shows as :
” Fatal error: Class ‘ZendAPI_Queue’ not found in C:xampphtdocsBuyTradeBizindex.php on line 90″
Hi Arulmozhi,
to use the ZendAPI_Queue you have to run your PHP code using the Zend Platform.
You can also check the Job Queue of the new Zend Server that is replacing the old Zend Platform.
You can download a 30 days trial license from the web site of Zend, http://www.zend.com.
Hi Sir,
Iam running through Zend framework only,Still am getting this error
” Fatal error: Class ‘ZendAPI_Queue’ not found in C:xampphtdocsBuyTradeBizindex.php on line 90″
To use the ZendAPI_Queue you have to run your PHP application using Zend Platform (http://www.zend.com/en/products/platform/).
I suggest to check the new version of the Job Queue on the Zend Server (http://www.zend.com/en/products/server/).