My Recent Pastes (5 and counting)

Pastes by Brian Landau (5 and counting)

Below are the 5 most recent pasties by Brian Landau.

March 24, 2008
4:33PM EDT
by Brian Landau

function is_blank($value){
   $type = gettype($value);
   switch ($type) {
      case 'NULL':
         return true;

March 10, 2008
12:58PM EDT
by Brian Landau

Array
(
    [id] => 4
    [title] => History
    [date_published] => 

March 10, 2008
12:52PM EDT
by Brian Landau

<h2>After fromArray:</h2>Array
(
    [id] => 4
    [title] => History
    [date_published] => 

March 10, 2008
12:48PM EDT
by Brian Landau

Array
(
    [title] => History
    [date_published] => DateTime Object
        (

March 10, 2008
12:45PM EDT
by Brian Landau

<?php

/**
 * This class has been auto-generated by the Doctrine ORM Framework
 */