October 29, 2014Published by Radu G. on October 29, 2014Categories CakePHPCakephp installl plugin as submoduleIn order to install Search plugin for instance: git submodule add https://github.com/CakeDC/search.git app/Plugin/Search git submodule update --init --recursive
July 23, 2013Published by Radu G. on July 23, 2013Categories CakePHPWarning: array_splice() expects parameter 1 to be array, null given in ShellDispatcher.phpI hit this error using console of cakephp 2.3.8 but you can encounter this issue on other versions as well. The solution is to edit (command […]
April 16, 2012Published by Radu G. on April 16, 2012Categories CakePHP ProgrammingCakephp 1.3 and php 5.4A quick notice how to disable the errors that appear after upgrading the php to 5.4 which is by the way a lot faster than ever […]
May 20, 2010Published by Radu G. on May 20, 2010Categories CakePHPcakephp page title in view cake1.3In order to change page title in cakephp inside a view just use the code bellow $this->set('title_for_layout', 'my cakephp page title');