mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-14 01:33:58 +02:00
Update with minor grammar fixes
This commit is contained in:
@@ -19,7 +19,7 @@ foreach ($db->query('SELECT * FROM table') as $row) {
|
||||
</ul>
|
||||
{% endhighlight %}
|
||||
|
||||
This is bad practice for all sorts of reasons, mainly that its hard to debug, hard to test, hard to read and it is
|
||||
This is bad practice for all sorts of reasons, mainly that it's hard to debug, hard to test, hard to read and it is
|
||||
going to output a lot of fields if you don't put a limit on there.
|
||||
|
||||
While there are many other solutions to doing this - depending on if you prefer [OOP](/#object-oriented-programming) or
|
||||
|
Reference in New Issue
Block a user