By tag: php

Cake PHP on FLOSS weekly (TWIT)

Cake PHP on FLOSS weekly episode 244 on the TWIT network. Aaron Newcomb and Randi Harper interview Mark Story from the Cake PHP project. They talk about features and use cases for this PHP framework. It sounds like a good, ligh...

*

How to install PHP GD on Linux (Ubuntu)

On Ubuntu Linux, if you get a warning from PHP or a PHP framework about a missing php-gd library, try:

# sudo apt-get install php5-gd

This worked on Ubuntu Precise. It pulled in several dependencies and updated a few packages...

*