06-11-2009, 10:31 AM
|
#11 (permalink)
|
|
The Prestige
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
|
Allman/BSD for me too.
I also like to line up things like so:
PHP Code:
$array['paths.controllers'] = $appPath . DIRECTORY_SEPERATOR . 'Controllers' . DIRECTORY_SEPARATOR; $array['paths.models'] = $appPath . DIRECTORY_SEPERATOR . 'Models' . DIRECTORY_SEPARATOR; $array['paths.views'] = $appPath . DIRECTORY_SEPERATOR . 'Views' . DIRECTORY_SEPARATOR;
Makes it a lot easier to scan read stuff.
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
|
|
|
|