PHP

Sep 27 2010

SQL Buddy the perfect alternative to phpMyAdmin

SQL Buddy is Web based MySQL administration. Super slick and fast you will quickly forgot phpMyAdmin. No configuration needed, just unzip it in your web server folder and it works.

Of course it's open source and free.

Sep 27 2010

Forget MAMP: Install Apache + PHP5.2 + MySQL5 with macports

I need a fast web server on my Mac and MAMP is definitely to slow with Drupal and big database.

Finlay, I tried to use macport. It's just works, web pages load super fast and no more need to start MAMP and give my password...

Apr 02 2010

Installing Apache Solr on Mac OSX Snow Leopard for Drupal

The apachesolr module for Drupal provides a first class search engine with faceted search and more. This module needs a solr server to work.

This post explains how you can install the module and a solr server on Mac OS 10.6.

Mar 16 2010

Debug PHP code with Netbeans and MAMP

Netbeans (my favorite IDE) provides a sexy toolbar to debug your PHP scripts.

But with MAMP, after setting up a PHP project, the debug feature doesn't really work... (your browser runs but Nebeans doesn't stop on breakpoint)

Mar 14 2010

Debuguer du PHP avec Netbeans et MAMP

Netbeans (mon IDE favoris) à une jolie barre d'outils permettant de débuguer du code PHP.

Mar 11 2010

PHP dans le terminal avec mamp en ligne de commande

Il m'arrive de devoir lancer des scripts PHP dans le Terminal de Mac OSX. Malheureusement, si l'on lance:

$ php mon_script.php

On utilise alors PHP livré avec le système... ce qui pose parfois des problèmes (versions, extensions non présentes, etc..).