Include PropelORM in a PHP project

Deprecated

PropelORM is an open-source Object-Relational Mapping (ORM) for PHP5. It allows you to access your database using a set of objects, providing a simple API for storing and retrieving data.

In this article, I’ll explain how to use PropelORM in an existing PHP project.

More …

Comics Calendar

I’m an avid comic books reader, mostly from the Marvel franchise (X-Men, Spider-Man, Avengers…), and some DC too (Batman, Superman…). But every series has its own monthly release date, which makes difficult to follow what the current issue is for a series.

That’s why I’ve developed an on-line calendar that regroups the release dates for all new comic books issues. The data are retrieved from ComicVine, which is a huge wiki-based website for comics.

More …