<?php class model { protected $db; public function __construct() { $this->db = new db(); } public function get_data() { } }