Merge pull request #1 from jorgesb/jorgesb-patch-Phpbridge

Removed Phpbridge section
This commit is contained in:
Jorge Sapena
2021-02-10 14:49:15 +01:00
committed by GitHub

View File

@@ -95,10 +95,6 @@ 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 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. 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 [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 [Creating a Data Class]: https://phpbridge.org/intro-to-php/creating_a_data_class