mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 14:06:34 +02:00
Merge pull request #1 from jorgesb/jorgesb-patch-Phpbridge
Removed Phpbridge section
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user