Tag Archives: php

PHP Zend Framework CDN Integration
27 Oct 2013
I'm going to describe how you can integrate CDN into PHP Zend Framework 1.11. As usually in Zend Framework, you can do it in many ways. In this post I'm going to show you one of the possible ways. I'm going to create and then integrate two CDN services, one for HTTP requests and the second one for HTTPS requests. I require that you know Zend Framework a little bit. Namely that you know how to: create and use a plugin, create [...]