Skip to content

Commit

Permalink
[#14213] - Refactoring the Model\Behavior abstract class
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Jul 1, 2019
1 parent 96b3a10 commit 0ba1f47
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 381 deletions.
208 changes: 0 additions & 208 deletions ext/phalcon/mvc/model/behavior.zep.c

This file was deleted.

62 changes: 0 additions & 62 deletions ext/phalcon/mvc/model/behavior.zep.h

This file was deleted.

45 changes: 0 additions & 45 deletions ext/phalcon/mvc/model/behaviorinterface.zep.c

This file was deleted.

29 changes: 0 additions & 29 deletions ext/phalcon/mvc/model/behaviorinterface.zep.h

This file was deleted.

4 changes: 2 additions & 2 deletions phalcon/Db/AbstractDb.zep
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ use \PDO as Pdo;
* interact with databases using higher level of abstraction use
* Phalcon\Mvc\Model.
*
* Phalcon\Db is an abstract class. You only can use it with a database adapter
* like Phalcon\Db\Adapter\Pdo
* Phalcon\Db\AbstractDb is an abstract class. You only can use it with a
* database adapter like Phalcon\Db\Adapter\Pdo
*
*```php
* use Phalcon\Db;
Expand Down
Loading

0 comments on commit 0ba1f47

Please sign in to comment.