Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Some Zend Changes and Evolt on Themes
Feb 04, 2002 @ 14:34:39

Well, for those that haven't noticed, there have been some changes to the Zend website over the weekend. Not only did they change some of the layout, but there's also a freakin' huge picture of Zeev on the front page (complete with PHP t-shirt). And, might I say, the page does render a bit faster now...
As far as new from them, the latest Weekly Summary is posted today. This one details things like documentation translation, the PHP5 "build system", and an idea that I'm surprised they didn't thinks of sooner - bundling cURL with the next release.

Evolt.org has a new piece this morning about Design customization with PHP (or basically allowing your visitors to theme your site). They use a pretty standard way of doing things - with session to keep the stylesheet info for the user. We do it slightly different, by storing it actually in the database, so we don't have to mess with cookies and the like. I'd also like to know what other things you all would like to customize about this site...I have simple things like background colors and the like, but what else would be a nice addition (leave comments below).

Note: Big Din K.R., I need you to email me, I've lost your address...

tagged:

Link:


Trending Topics: