Archive for November, 2007

Summing up Smarty and Zend View

Thursday, November 8th, 2007

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 ...

Switching to WordPress

Wednesday, November 7th, 2007

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, ...

Different PHP template engines

Monday, November 5th, 2007

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 ...

The best Smarty + Zend View Helpers solution!

Saturday, November 3rd, 2007

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)' ...

More problems related to tagging things

Friday, November 2nd, 2007

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.