Skip to content

Commit

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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\AbstractDb is an abstract class. You only can use it with a
* database adapter like Phalcon\Db\Adapter\Pdo
* Phalcon\Db 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 e1dd113

Please sign in to comment.