begin with CakePHP. I import some plugins into my vendors folder and I'm wondering how can I override the plugin code from my code. I mean, without changing the original code. I know that Symfony and Laravel frameworks let the programmer to do that replying the same vendor plugin folder structure into the main structure.
I did the same with CakePHP by reply the original structure but it doesn't work, the code that still running is on vendor's original structure.
Any clue how can I do that on CakePHP?
thanks in advance
By extending them i guess
Обсуждают сегодня