<?php

// open the db connection
...

PHP DRY switch

by htxt, June 10, 2009 10:16, 1 refactoring, tagged with php, dry, switch, wordpress

This is part of an events p...

13e1f55ad0de3139470536022839ed89 Talk
public function setClass($class){
		switch($class){
			case "050":
...

PHP switch statement a good idea?

by cmcculloh, August 12, 2008 18:19, 5 refactorings, tagged with php, case, switch

I'm making a switch stateme...

298e0497aa6b76a573f17e6a2bb22dec Talk