It is fun – and it should be! The days of CakePHP 2 plugins and how difficult it was to actually develop plugins are over. Back in the days (OK, I still have to do it once in a while),…
Tag: Plugin
Helper? Component? Lib? CakePHP2
Note: For 1.3 see the old article on this subject. I want to outline some ideas on how to chose the appropriate class type if you want to add some additional feature to your cake app. For a beginner it…
Helper? Component? Lib?
Some ideas what to use if you want to add some additional feature. Feel free to comment on this below. Level of Independence We need to ask ourselves if this feature needs to interact with other cake elements, like controller,…