« Removing the “Welcome to CakePHP…” message in a Shell | Main | 9/11 and modern journalism »
Return value of a CakePHP Shell
By Bart | september 3, 2010
Another one I had to figure out by reading the source code: how to make your CakePHP Shell return something else than 0 in $?. It is very easy, if you let your main() return false, your Shell will return 1 in the console. Unfortunately it is not possible to return any other value, the dispatch() function check for false (with a === even, so it should be really false, not just 0 or “”.
Trefwoorden: Geekstuff | Geen reacties »