php zend framework : 问题 大哥大姐们帮我看看 我要疯了。。 Posted 2023-05-10
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php zend framework : 问题 大哥大姐们帮我看看 我要疯了。。相关的知识,希望对你有一定的参考价值。
The mysql i extension is required for this adapter but the extension is not loaded but the extension is not loaded php .ini我也改了 ext目录下也有那个dll 服务器我也重启了 。。。。。。。。。。。。到底哪里出错了
参考技术A
Mysqli的分机号是需要这适配器但延长,但不能加载存在不装载延期
PHP Zend Framework:设置Zend Navigation
// bootstrap.php
function _initNavigation() {
require_once 'configs/navigation.php';
$container = new Zend_Navigation($pages);
$this->bootstrap('view');
$view = $this->getResource('view');
$view->navigation($container);
return $container;
}
// navigation.php
$pages = array(
array(
'label' => 'Learning Zend Framework',
'controller' => 'index',
'pages' => array(
array(
'label' => 'Home',
'controller' => 'index'
),
array(
'label' => 'Blog',
'controller' => 'blog'
), ...
// application.ini
resources.view[] =
// layout.phtml
echo $this->navigation()->breadcrumbs();
以上是关于php zend framework : 问题 大哥大姐们帮我看看 我要疯了。。的主要内容,如果未能解决你的问题,请参考以下文章
Zend Framework 项目 index.php 的问题
php zend framework
PHP Zend Framework:引导Zend_Log(登录firebug)
php zend framework : 问题 大哥大姐们帮我看看 我要疯了。。
Zend Framework错误:无法打开所需的'Zend / Application.php'
PHP Zend Framework:禁用布局