From b5b077195d5cee7659f8c64557ec57f6128941c5 Mon Sep 17 00:00:00 2001 From: Jorge Sapena Date: Wed, 10 Feb 2021 13:40:30 +0100 Subject: [PATCH] Removed Phpbridge section Phpbridge is not available anymore. --- _posts/07-04-01-Interacting-via-Code.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_posts/07-04-01-Interacting-via-Code.md b/_posts/07-04-01-Interacting-via-Code.md index b217fed..9582bff 100644 --- a/_posts/07-04-01-Interacting-via-Code.md +++ b/_posts/07-04-01-Interacting-via-Code.md @@ -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 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