zend-route

    0熱度

    1回答

    我有簡單的工廠,我想從路線這裏得到PARAMS: <?php namespace Webb\Factory; use Zend\Mvc\Controller\AbstractActionController; use Zend\ServiceManager\FactoryInterface; use Zend\ServiceManager\ServiceLocatorInterface;

    0熱度

    1回答

    我使用的驗證在Zend的模塊,但是當我渲染它給了我像 Zend\View\Renderer\PhpRenderer::render: Unable to render template "calendar/index/login"; resolver could not resolve to a files 此錯誤是我module.config.php: <?php return array

    0熱度

    1回答

    我有這樣的例子: $route = new Zend_Controller_Router_Route_Regex( 'blog/archive/(\d+)-(.+)\.html', array( 'controller' => 'blog', 'action' => 'view' ), array( 1 => 'id',

    0熱度

    1回答

    我正在執行搜索,將搜索表單發送給操作。一切都按預期工作,但提交後的網址不是很友好,幷包含不良信息。它將整個請求查詢數組顯示爲查詢字符串。我有一個名爲'album-search'的fieldset元素。 這是現在我得到的網址: http://hostname/music_organizer/public/albums/page/1?album-search[term]=art&csrf=12b606

    0熱度

    1回答

    我正在一個Zend項目,我有一些路由器/路由問題。 我想有這些網址: www.mydomain.tld /聯繫人/人 www.mydomain.tld /聯繫人/人/ formsend www.mydomain.tld /接觸/ person/id URL中的第三個段將是一個固定文本「formsend」,或者它將包含一個ID,它是一個數字,如「123456789」。 URL 1和3都應該執行ind

    0熱度

    3回答

    我的根網址是http://restaurent.local 我想要像這樣路由http://restaurent.local/menuedit/test/1。但是,這不工作 這是我的代碼 'menuedit' => array( 'type' => 'Zend\Mvc\Router\Http\Literal', 'options' => array( 'ro

    0熱度

    1回答

    在我的引導文件中,我有以下路由鏈。期望的行爲是通過/usa/:controller/:action發送任何請求到本地模塊。 例如,當調用http://{hostname}/usa/index/index時,請求會通過本地模塊,索引控制器,索引操作。 我遇到的問題是添加參數。舉例來說,當我要求http://{hostname}/usa/index/index/id/5來嘗試獲得id參數,我收到以下錯

    0熱度

    1回答

    我一直在尋找解決方案的天,但無法找到解決方案。幫幫我! 我已經安裝了Zend Framework 2.2並且已經實現了具有多個路由,控制器和視圖的MVC應用程序。在我的開發系統上一切都很好。本地我使用WAMP安裝。 我把所有東西都轉移到了我的web提供者(帶有Helicon Ape的IIS8),並且使用文字路由工作得很好。 www.url.nl/info。 問題是標準路徑/不起作用。我收到一條Ze

    -1熱度

    3回答

    我想添加crm作爲CRM模塊的前綴。 這是路由器節我module.config.php 'router' => array( 'routes' => array( 'calendar' => array( 'type' => 'segment', 'options' => array( 'route' => '/crm/ca

    2熱度

    1回答

    我需要我的路由器配置爲工作子域ZF2路由器的配置如下: www.bmob.co.uk -> DtCompanyData\Controller\CompanyMap wage.bmob.co.uk -> DtWage\Controller\Wage wage.bmob.co.uk/brighton -> DtWage\Controller\WageBrighton 閱讀文檔和這裏的許