Posts Tagged ‘PHP’

Writing a CMS/Community with Smarty and the Zend Framework Part 3

Monday, November 5th, 2007

In this part we will take a look at how the main content area can change based on user actions. This is basically done in the same way we display menus with the difference that we have to give insert_item() dynamic data.... Read More

Writing a CMS/Community with Smarty and the Zend Framework Part 2

Friday, November 2nd, 2007

Before we begin I want to stress that this is not a newbie tutorial. If the current level is too much for you I recommend these tutorials:
For the Zend Framework
For Smarty... Read More

Writing a CMS/Community with Smarty and the Zend Framework Part 1

Friday, November 2nd, 2007

Update: Since writing this series I have chosen to not work with Zend DB anymore, I’m using PHP Doctrine instead, I have also thrown out Smarty in favor of H2O. Doctrine is a proper ORM which is far superior in functionality to Zend DB, and H2O feels like a much cleaner and more modern templating solution than Smarty. ... Read More

Loading images into Flash dynamically from a Smarty template

Friday, November 2nd, 2007

Flash Source Movie... Read More

Registration form with Flex and AMFPHP

Tuesday, October 23rd, 2007

Source code can be found here.... Read More

Joomla 1.5 Extended Registration

Thursday, October 18th, 2007

Update: There’s a whole new series on customizing Joomla, the tutorial on how to create a Joomla component from scratch might be especially interesting in relation to this tutorial.... Read More