september 2010
M D W D V Z Z
« aug   okt »
 12345
6789101112
13141516171819
20212223242526
27282930  

Taal

Categorieën

Meta

Archive for september 1st, 2010

Removing the “Welcome to CakePHP…” message in a Shell

woensdag, september 1st, 2010

It is quite easy, but I had to ask on IRC (the very good #CakePHP channel on FreeNode) and browse the CakePHP source code to find it. The welcome message is output by the protected _welcome() call (in cake/console/shell.php). This method is called by the startup() call, which can be overridden in your Shell. As [...]