Fulltext results:
- Let's Talk - Building a Modular PHP Framework part 2 @en:blog:2025:01:28
- { en:blog:2025:01:28:lets-talk-building-a-modular-php-framework-part-2.jpg?nolink|}} </block> ====== Let's Talk - Building a Modular PHP Framework part 2 ====== **Author(s)**: Louis Ouel... ous part, we set up the groundwork of our modular PHP framework. This time, we will focus on expanding ... g it into its own module. ++++ Source: Bootstrap.php | <file php src/Bootstrap.php> <?php /** * Core
- Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
- { en:blog:2025:02:03:lets-talk-building-a-modular-php-framework-part-3.jpg?nolink|}} </block> ====== Let's Talk - Building a Modular PHP Framework part 3 ====== **Author(s)**: Louis Ouel... his third installment of our **Building a Modular PHP Framework** series, we will cover: * Cross-Sit... ion is started in the **Bootstrap** class: <code php> // Start the session if (!defined('STDIN') && se
- Let's Talk - Building a Modular PHP Framework from Scratch @en:blog:2025:01:24
- :en:blog:2025:01:24:lets-talk-building-a-modular-php-framework-from-scratch.jpg?nolink|}} </block> ====== Let's Talk - Building a Modular PHP Framework from Scratch ====== **Author(s)**: Louis Ouellet ---- Have you ever worked with popular PHP frameworks like CakePHP or Symfony and thought, "I wonder how these were built?" PHP frameworks can be tremendous time-savers, but the