Skip to content

PDO Debug d'ont work #55

@ribafs

Description

@ribafs

In application/Model/Song.php

it's missing

use Mvc\Libs\Helper;

Correct it this:

<?php
/**
 * Class Songs
 * This is a demo Model class.
 *
 * Please note:
 * Don't use the same name for class and method, as this might trigger an (unintended) __construct of the class.
 * This is really weird behaviour, but documented here: http://php.net/manual/en/language.oop5.decon.php
 *
 */
namespace Mini\Model;

use Mini\Core\Model;
use Mvc\Libs\Helper;

class Song extends Model

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions