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

Taal

Categorieën

Meta


« | Main | »

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

By Bart | september 1, 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 also said in the API docs.

Trefwoorden: Geekstuff | Geen reacties »

Comments