I am using ibuildings ZF. When I press Ctr+Shift+F
the code is formated this way
Code:
$adapter = $this->getAuthAdapter(
$form->getValues());
$auth = Zend_Auth::getInstance();
$result = $auth->authenticate($adapter);
if (! $result->isValid()) {
$form->setDescription(
'Invalid credentials
Leave a comment: