Ejemplo n.º 1
0
 /**
  * @param DATABASE $db
  */
 public function load($db)
 {
     parent::load($db);
     $this->title = $db->f("title");
     $this->description = $db->f("description");
     $this->picture_url = $db->f("picture_url");
     $this->originator = $db->f("originator");
     $this->ingredients = $db->f("ingredients");
     $this->instructions = $db->f("instructions");
     $this->bullet_ingredients = $db->f("bullet_ingredients");
     $this->number_instructions = $db->f("number_instructions");
 }