2
ibuildings ZF입니다. 내가 클릭률 + 시프트 + F 을 누르면 코드는이 방법Zend Studio 포맷터의 형식이 잘못되었습니다.
$adapter = $this->getAuthAdapter(
$form->getValues());
$auth = Zend_Auth::getInstance();
$result = $auth->authenticate($adapter);
if (! $result->isValid()) {
$form->setDescription(
'Invalid credentials provided');
$this->view->form = $form;
return $this->render('index');
}
형식의되고 있지만
$adapter = $this->getAuthAdapter($form->getValues());
$auth = Zend_Auth::getInstance();
$result = $auth->authenticate($adapter);
if (! $result->isValid()) {
$form->setDescription('Invalid input');
$this->view->form = $form;
return $this->render('index');
}
방법이를 구성하는 방법을 포맷 하시겠습니까?
60 % 충분히 좋습니까? :) – overthetop
누군가 도움이 pls? – overthetop