Merge pull request #878 from jorgesb/gh-pages

Removed PHPBridge link and paragraph
This commit is contained in:
Matt Trask
2021-02-11 13:05:53 -06:00
committed by GitHub

View File

@@ -95,10 +95,5 @@ This is essentially the same as what most modern frameworks are doing, albeit a
need to do all of that every time, but mixing together too much presentation logic and database interaction can be a
real problem if you ever want to [unit-test](/#unit-testing) your application.
[PHPBridge] has a great resource called [Creating a Data Class] which covers a very similar topic, and is great for
developers just getting used to the concept of interacting with databases.
[MVC]: https://code.tutsplus.com/tutorials/mvc-for-noobs--net-10488
[PHPBridge]: https://phpbridge.org/docs/
[Creating a Data Class]: https://phpbridge.org/intro-to-php/creating_a_data_class