Summing up Smarty and Zend View

Tags:

I’ve posted a couple of posts related to integrating Smarty with the Zend Framework: Making a Smarty view class based on Zend_View Integrating Zend View Helpers into Smarty I’ve also posted some Zend_View related posts: Using layouts with the Zend ViewRenderer helper Creating a factory-object for building views Let’s wrap up these in a summary of using them and what …

Switching to WordPress

Tags:

I’m moving my blogging from My Opera to here at CodeUtopia.net for now at least. I’ve installed WordPress here, and I must say it was quite painless to get it up and running. I had to do some digging through the documentation to find some features that I want to use, such as showing a small “teaser” of the posts …

Different PHP template engines

Tags:

Originally posted in my old blog at My Opera While working on the Smarty View Helper solution I mentioned in the previous post, I went through a lot of Smarty's code and I also did some searching on their forums. Smarty's code isn't very modification friendly and they had discussed associative array support for Smarty in their forums in 2003 …

The best Smarty + Zend View Helpers solution!

Tags:

Originally posted in my old blog at My Opera Coming on again with the Smarty and Zend View related articles, let's this time take a look at how to get Zend's View Helpers running with Smarty. Other examples for this that I have seen use a syntax like this: {helper helper=Url p='array(something)' p2=stuff}, which is kind of ugly and the …

More problems related to tagging things

Tags:

Originally posted in my old blog at My Opera Tagging. Everyone's doing it. It's great for categorizing things like blogposts or photos into related groups. Here's even more tagging issues! :whistle: Tagging in general, tag clouds and social problems. Whoa.