mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-05 13:37:25 +02:00
class Foo should be FooModel
This commit is contained in:
@@ -65,7 +65,7 @@ include 'views/foo-list.php';
|
||||
|
||||
{% highlight php %}
|
||||
<?php
|
||||
class Foo()
|
||||
class FooModel()
|
||||
{
|
||||
protected $db;
|
||||
|
||||
|
Reference in New Issue
Block a user