BLOG: #php
#php
Installing WordPress using WP-CLI
In this post, we install and configure WordPress for local development using WP-CLI, and set up NGiNX with php-fpm
Symfony + Doctrine: Single mapping file for multiple entities (global mapping)
Doctrine lets you define database ORM mapping using YAML, XML or PHP Annotations. I wanted to put all my mapping information in a single file, in order to streamline updating for one or two of my own reasons.