Hier ist eine kleine Auswahl unserer kürzlich abgeschlossenen Projekte. Schauen Sie sich unser Upwork Profil an: Wir verbuchen mehr als 120.000 Arbeitsstunden und können über 300 positive Feedbacks von glücklichen Kunden vorweisen.
Kategorie: Zend Framework
Using ZF for uploading PDF to Google Docs API 3.0
Zend Framework has many methods for working with Google Apps Platform in Zend_Gdata module. But has no method for uploading pdf file to new Google Docs API 3.0. So we created simple ZF class for uploading pdf to Google Docs
Zend_Gdata ACL patched framework version
While working on a task connected with updating ACL I found an interesting article and a patch there that adds ACL functionality to Zend_Gdata classes. As it might be inconvenient for some people (especially Windows users) to checkout specific revision and then patch it, I’m publishing here a patched version of ZF trunk rev. 24409 + ACL patch from rojakcoder.
phpdaemon installation, configuration and usage tips & tricks
If you own a website with too many AJAX requests like autocomplete or real-time features like auction bidding that require quick response and you also use Zend Framework or any other PHP heavy library/framework on your backend, then you end up with way too many HTTP requests to the backend each of them requires framework bootstrapping. You can launch any PHP profiler like xdebug to…
Zend_Gdata_Youtube and disallowing commenting/embedding of video
Even in the latest ZF stable release 1.11.4 there is still no support of new Youtube API accessControl element. The framework is still using yt:noembed option and has no support for disallowing commenting at all. As I tried yt:noembed – it wasn’t working, so we need to add support to ZF of this feature. First we need to understand how Youtube feed needs to be…