一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

解析在zend Farmework下如何創立一個FORM表單

1.首先讓我們設置一下我們的程序,讓Zend能夠自動載入方法,不需要我們手動的去載入
復制代碼 代碼如下:
require_once 'Zend/Loader/Autoloader.php'    //載入自動加載類
$loader = Zend_Loader_Autoloader::getInstance();//自動實例化
$loader->registerNamespace('Application_');//注冊命名空間(只有系統默認的,和注冊的才可以被自動載入)
$loader->registerNamespace(array('Foo_', 'Bar_')); //多個命名空間的注冊方法
$loader->setFallbackAutoloader(true);  //一個增加消耗的方法,不需要命名空間,直接載入所有類(不被推薦使用)

然后請注意,你的包含目錄是否已經包含了,你自己的需被載入的目錄
復制代碼 代碼如下:
set_include_path(implode(PATH_SEPARATOR, array(
    realpath(APPLICATION_PATH . '/../library'),
    realpath(APPLICATION_PATH . '/forms/'),
    get_include_path(),
)));
//這里我們包含了我們的forms目錄,方便程序的被載入

2.確認下form的目錄
在application/forms/下 建立一個  Guestbook.phps
作為我們form的類文件,如下:
復制代碼 代碼如下:
<?php
 class Application_Form_Guestbook extends Zend_Form
{
    public function init()
    {
        // Set the method for the display form to POST
        $this->setMethod('post');//設置提交方式

        // Add an email element
        $this->addElement('text', 'email', array(//原件的類型,名詞,和一些其他信息的定義
            'label'      => 'Your email address:',
            'required'   => true,
            'filters'    => array('StringTrim'),
            'validators' => array(
                'EmailAddress',
            )
        ));

        // Add the comment element
        $this->addElement('textarea', 'comment', array(
            'label'      => 'Please Comment:',
            'required'   => true,
            'validators' => array(
                array('validator' => 'StringLength', 'options' => array(0, 20))
                )
        ));

        // Add a captcha
        $this->addElement('captcha', 'captcha', array(
            'label'      => 'Please enter the 5 letters displayed below:',
            'required'   => true,
            'captcha'    => array(
                'captcha' => 'Figlet',
                'wordLen' => 5,
                'timeout' => 300
            )
        ));

        // Add the submit button
        $this->addElement('submit', 'submit', array(
            'ignore'   => true,
            'label'    => 'Sign Guestbook',
        ));

        // And finally add some CSRF protection
        $this->addElement('hash', 'csrf', array(
            'ignore' => true,
        ));
    }
}

然后添加一個路由控制文件
applictaion/controller/GuestbookController.php
復制代碼 代碼如下:
<?php
class GuestbookController extends Zend_Controller_Action
{
    // snipping indexAction()...
    public function signAction()
    {
        $request = $this->getRequest();//獲取接受到得信息
       // include_once("../application/forms/Guestbook.php");  手動加載類,只有不能自動載入時,才需要
        $form    = new Application_Form_Guestbook;//實例化這個方法

        if ($this->getRequest()->isPost()) {//如果是POST傳遞的結果
            if ($form->isValid($request->getPost())) {//判斷傳遞是否有效
                $comment = new Application_Model_Guestbook($form->getValues());
                $mapper  = new Application_Model_GuestbookMapper();
                $mapper->save($comment);
                return $this->_helper->redirector('index');
            }
        }

        $this->view->form = $form;//將表單賦值給試圖
    }
}

最后添加一個簡單的sign視圖文件即可:
地址:application/views/scripts/guestbook/sgin.php
復制代碼 代碼如下:
Please use the form below to sign our guestbook!
<?php
$this->form->setAction($this->url());
echo $this->form;

php技術解析在zend Farmework下如何創立一個FORM表單,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 成人十八影院在线观看 | 国产91一区二这在线播放 | 国产色视频网站 | 国产美女精品一区二区三区 | 国内精品91久久久久 | 伊人888| 女人18毛片免费视频播放 | 波多野结衣一区二区三区高清在线 | 国产麻豆麻豆 | 丁香五六月婷婷 | 欧美激情一区二区三区在线播放 | 精品久久久久久综合日本 | 精品日本久久久久久久久久 | 久久网综合 | 在线视频观看国产 | 欧美激情亚洲一区中文字幕 | 在线视频成人 | 自拍偷拍2019 | 日韩中文字幕免费 | 奇米影视狠狠干 | 永久免费精品视频 | 国产成人www | 免看一级a毛片一片成人不卡 | 天天插天天爽 | 拍真实国产伦偷精品 | 亚洲成a人片777777久久 | 韩国免费毛片在线看 | 激情五月婷婷小说 | 狠狠色噜噜狠狠狠狠97不卡 | 亚洲综合网国产福利精品一区 | 亚州激情 | 狠狠色成人综合首页 | 国产成人精品三区 | 欧美亚洲综合激情在线 | 亚洲综合激情六月婷婷在线观看 | 国产福利免费在线观看 | 91国内外精品自在线播放 | 免费成年人在线观看视频 | 88国产精品欧美一区二区三区 | 夜夜夜夜夜夜夜猛噜噜噜噜噜噜 | 亚洲天堂成人在线观看 |