Posts Tagged ‘zend framework’
Tuesday, January 18th, 2011
I’ve just run into the need to be able to get the http cookies of a response to a request sent from PHP and accepted in PHP. Normally cookies can be accessed through the $_COOKIE super global but since no client/browser is involved that won’t be possible in this case. The below is an example of machine to machine communication.... Read More
Tags: PHP, zend framework, Zend Http Client, Zend Http Cookie, Zend Http CookieJar, zf
Posted in PHP, Zend Framework | No Comments »
Monday, June 8th, 2009
I’ve been doing some SOAP work lately (communicating with Java services by way of XML) and it’s time to recap how unbelievably hassle free and simple this is with the right tools.... Read More
Tags: Java, PHP, SOAP, warehouse, wsdl, xml, zend framework, zend soap client
Posted in PHP, Zend Framework | No Comments »
Monday, March 9th, 2009
I need to recap today’s adventures in parsing land, I’m currently writing a lot of different parsers that are retrieving information from various pages, sometimes I’m lucky and the info I want is available as CSV or XML, most often not.... Read More
Tags: fluent interfaces, parsing, PHP, regex, regular expressions, spiders, zend framework, zend http, zf
Posted in PHP, Zend Framework | No Comments »
Wednesday, February 18th, 2009
Update: Since the below piece was written I’ve ported the little framework to H2O instead, H2O is a cleaner alternative to Smarty.... Read More
Tags: Doctrine, mysql, PHP, Smarty, zend framework
Posted in Doctrine, PHP, Smarty, Zend Framework | No Comments »
Saturday, September 13th, 2008
I’ve wanted to do automatic trackbacking by linking to posts that are linking to any given article of mine, for quite some time now.... Read More
Tags: atom, PHP, rss, trackback, zend feed, zend framework
Posted in PHP, Zend Framework | 1 Comment »
Thursday, June 19th, 2008
Today I noticed a nice, short example of the Zend Framework, jQuery and Smarty stack I’m using. It’s got a lot of niceties from each component in a very small space, perfect for showcasing each and how they can be integrated!... Read More
Tags: jquery, Smarty, zend framework
Posted in Ajax, Javascript, jQuery, PHP, Smarty, Zend Framework | No Comments »
Thursday, June 19th, 2008
For some time now I’ve been working on an administrative backend system. I quickly found the need to extend DB Table with more stuff than needed when I extended the Zend Framework, it’s mostly convenience functions designed to reduce repetitive code snippets. ... Read More
Tags: PHP, zend framework
Posted in PHP, Zend Framework | 5 Comments »
Wednesday, March 12th, 2008
I’m in the process of replacing the horrible PHP code. And I’m using the beefed up version of the Zend Framework that I’ve built in this series of course! However, I’ve started to find some bugs and the fixes will be posted here.... Read More
Tags: PHP, Smarty, zend framework
Posted in PHP, Smarty, Zend Framework | 2 Comments »
Wednesday, February 27th, 2008
As some of you know, I’ve got other things to do at the moment. The cms/community project is iced. Therefore I’ve created a Google project out of it.... Read More
Tags: PHP, Smarty, zend framework
Posted in PHP, Smarty, Zend Framework | 6 Comments »