Search

You can find the results of your search below.

Fulltext results:

Let's Talk - Building a Modular PHP Framework part 2
4 Hits, Last modified:
==== Implementing Helpers ===== Helpers provide small, shareable methods. To achieve this, we first cre... e Helpers, the ''Models'' class dynamically loads all models from your ''/Model'' folder and plugin dir... UEST; } /** * Magic Method to catch all undefined methods */ public function __call($name, $arguments) { $this->Output->help(