Retrieved from: http://ruben.savanne.be/articles

Articles

Integrating Zend Framework and Doctrine

Covers two of the best PHP technologies currently available: Zend Framework, an Application Development Framework and Doctrine, an Object Relational Mapper and how you can combine them to create database backed applications easily.

Keywords: Doctrine, PHP, ZendFramework

Zend_Service_Mollom Documentation

Zend_Service_Mollom is a Zend Framework component for calling Mollom, a spam filtering and CAPTCHA service for blog comments and forum posts.

Keywords: PHP, ZendFramework

Concurrency in Erlang & Scala: The Actor Model

Applications are becoming increasingly concurrent, yet the traditional way of doing this, threads and locks, is very troublesome. This article highlights Erlang and Scala, two programming languages that use a different approach to concurrency: the actor model.

Keywords: Concurrency, Erlang, Scala