Archive for the ‘talk’ Category

PHPNW09 Track 2 Talk 6: Stefan Koopmanschap – Integrating Zend Framework and symfony

Friday, December 18th, 2009
Video thumbnail. Click to play
Click to Play
Unlike popular belief it is not necessary to pick a single framework for a PHP project. On the contrary, it is quite easy to use more than one for your next project. The flexibility of PHP and the currently popular PHP frameworks allows an easy and close integration with each other. During this presentation, you will get to see how to combine the best of both worlds into a single application of pure awesome by using a second framework on top of another when the first falls short.

Associated slides available

PHPNW09 Sunday Talk 1: Ben Scholzen – About Tokens and Lexemes

Friday, December 18th, 2009
Video thumbnail. Click to play
Click to Play
A Parser is an integral part when building a Domain Specific Language or file format parser, such as our example usage case: the Ical format. This session will cover the general concept about tokenizing and parsing into a data structure, as well as going into depth about how to keep the memory footprint and runtime low with the help of a stream-tokenizer.

Associated slides available

PHPNW09 Sunday Talk 3: Rick Ogden – Intro to OOP with PHP

Friday, December 18th, 2009
Video thumbnail. Click to play
Click to Play

A beginners guide to Object Oriented programming using PHP. This will be covering the very basics of OO including design, syntax, structures and methodologies.