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