class Welcome extends \Model {
class Model_Welcome extends \Model {
namespace Model; class Welcome extends \Model { public static function get_results() { // Database interactions } }and with the namespace it is absolutely correct. For the autoloader \\Model\Welcome loads from the same file as \Model_Welcome.
It looks like you're new here. If you want to get involved, click one of these buttons!