no tips in mvc model

Hi guys! I have a problem with Php storm... First i will show you a code... That you can understand what I mean:

It's my model engine:

And this is my simple Category Model:

So... Phpstorm didn't show me tips in SQL code and during writing commands, like query, fetchAll, etc...

1
1 comment

Hi there,

Typehint your $pdo with PHPDoc comment.

/** @var \PDO */
protected $pdo;

 

1

Please sign in to leave a comment.