0

Zend Framework Web アプリケーションを立ち上げています。apache2+MySQL5+PHP5.3+ZendFramework のインストールに長い時間を費やしましたが、一度は機能しました。次に、Eclipse+PDT でデバッグしようとしました。この目的のために、wiki hereに従って、Zend Web Debugger をインストールして構成しました。すると、うまくいかないことがわかりました。ビュー スクリプトは次のように単純です。

<div id="login-content">
<div id="welcome">
    <h1>Tool</h1>
</div>
Please login:
<?php
$this->form->setAction($this->url());
echo $this->form;
?>

そして、テキスト表示のみを見ました:

ツール ログインしてください: formLabel($this->element->getName(), $this->element->getLabel()) ?> {$this->element->helper}($this->element->getName( )、$this->element->getValue()、$this->element->getAttribs()) ?> formLabel($this->element->getName()、$this->element->getLabel()) ?> {$this->element->helper}($this->element->getName(), $this->element->getValue(), $this->element->getAttribs()) ?> {$ this->element->helper}($this->element->getName(), $this->element->getLabel(), $attributes) ?>

フォーム コードは表示されますが、レンダリングされないようです。phpinfo() 関数が機能し、ここで最初の検証方法を試したところ、すべてのテストに合格しました。

デバッグインストールを無効にしようとしましたが、うまくいきませんでした。どんなヒントでも大歓迎です。

4

0 に答える 0