November 26th, 2008 Category: offtopic
2 Comments »
Hace unos dias me entere que voy a ser Padre, y mas alla de todos los sentimientos que esto genera y lo feliz que me hace.
Cuando comente esto con algunos amigos geeks me dio gracia que uno de ellos, Agustin Dotta, me pregunto “Che asi que hiciste Zend_Baby::getInstance()?”.
Esto me dio tanta gracia que termino en mi nic de Gtalk.
Gonzalo Gorosito se sintio inspirado por esta frase y creo el objeto Zend_Pablo. Aca comparto lo geeks de este tipo de gente, y gracias.
'soltero' , 'esFea' => false );
private $_realMarriedStatus = false;
protected function __construct( $action ){
try {
$this->doAction( $action );
} catch ( Exception $e ) {
print $e->getMessage();
die( 'fuck off ');
}
$pablosWife = new Zend_Pablo_s_Wife();
if( !is_null( $pablosWife ) ){
$this->_realMarriedStatus = true;
}
$minitaQa
}
public static function getInstance() {
if ( is_null( self::$instance ) ) {
self::$instance = new self;
}
return self::$instance;
}
public function doAction( Action_Object $action ){
switch( $action ){
case 'levantar':
case 'iracasa':
case 'dormir':
case 'trabajar':
case 'comer':
case 'salir':
case 'salirconamigos':
$this->ponerla();
break;
default:
$this->ponerla();
break;
}
}
private function ponerla(){
if( $this->_realMarriedStatus ){
$this->baby = new Baby();
return true;
} else {
$minita = new Minita();
$minitaQa = $minita->getQuality();
if( $this->_marriedStatus[ $minitaQa ] == 'soltero' ){
$sex = new Zend_FastSex();
$sex->doAction( true );
}
//always return false this case......
return false;
}
}
}
?>


