Zend released new version of its Zend Framework. Release notes are here and downloaded can be here. Some new features which I like the most: Zend Framework now has support for forms generating and processing Layouts and views enhancements UTF-8 character sets in Adobe PDF creation Enhancements in Google GData web services And also one [...]
Posts tagged PHP
Zend Studio Neon Beta vs. original Eclipse PDT
Before a few days I wrote about my testing of PHP IDE Zend Neon Beta but after a few days with it I started trying another solution because of I wasn’t able to run debugging on my localhost (I’m using latest XAMPP as my dev-server) – I downloaded original Eclipse IDE with PDT plug-in installed [...]
From PHP to ICalendar
In current days I’m working on new version of web site for HaDivadlo theater and I wanted to render their program also as an ICalendar file. I didn’t used any external framework only my PHP implementation of Google CTemplate and MazaarPHP – simple PHP 5 framework especially aimed on web pages. Here is the truncated [...]
Google CTemplate in PHP
On this page you can find first version of my implementation of Google CTemplate library in PHP5. Currently supports all main features – the biggest missing are escape modifiers on which I’m working now.