Sis srl

Ciarpame {.com}

Useful stuffs for the masses. Useless things for few.

Entries from May 2008

May 30th, 2008

it’s not all about knowledge

sometime problems are all around. even if you have all to manage troubles, troubles manage you. then troubles head us in the right direction. so troubles find solutions for yourself. 1 2 3 4 5 6 if(!empty($this->troubles)){ foreach($this->troubles as $k => $v){ $c = (!isset($this->solution($v)) ? $this->find($v) : $this->solve(); if(!$c) echo ‘try beer or read [...]

→ No CommentsTags:
Categories: archived under bho?!

May 28th, 2008

simple history…

1 2 3 4 5 6 7 8 9 10 11 12 13 14 private $dati = array();   private function set($field, $offset, $value = array()) { if(!isset($this->dati[$field])) return false; if(!$this->isEmpty($value) AND $offset == 0) { array_unshift($this->dati[$field], trim($value)); return true; } else if(is_numeric($offset)) { array_unshift($this->dati[$field], $this->dati[$field][$offset]); return true; } else { return false; } } [...]

→ No CommentsTags: ·
Categories: archived under bho?! · rand()