Home Backend Development PHP Tutorial zend 下的 文件夹 bin里的 zf.sh 哪位高手运行过啊

zend 下的 文件夹 bin里的 zf.sh 哪位高手运行过啊

Jun 13, 2016 pm 01:41 PM
domdocument project zend

zend 下的 文件夹 bin里的 zf.sh 谁运行过啊?
zend 下的 文件夹 bin里的 zf.sh 谁运行过啊?
我运行的时候报错 谁知道怎么解决!?

[root@f11 bin]# zf.sh create project quickstart
Creating project at /var/www/html/ZendFramework-1.8.1/bin/quickstart
PHP Fatal error: Class 'DOMDocument' not found in /var/www/html/ZendFramework-1.8.1/library/Zend/Tool/Project/Profile/FileParser/Xml.php on line 74

Fatal error: Class 'DOMDocument' not found in /var/www/html/ZendFramework-1.8.1/library/Zend/Tool/Project/Profile/FileParser/Xml.php on line 74

------解决方案--------------------
没有用过 纯友谊顶一下

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

DOMDocument in PHP8.0 DOMDocument in PHP8.0 May 14, 2023 am 08:18 AM

With the release of PHP 8.0, DOMDocument, PHP's built-in XML parsing library, has also undergone new changes and enhancements. The importance of DOMDocument in PHP is self-evident, especially in processing XML documents. It is very powerful and very simple to use. This article will introduce the new features and applications of DOMDocument in PHP8.0. 1. Overview of DOMDocumentDOM (DocumentObjectModel)

PHP Implementation Framework: Zend Framework Getting Started Tutorial PHP Implementation Framework: Zend Framework Getting Started Tutorial Jun 19, 2023 am 08:09 AM

PHP implementation framework: ZendFramework introductory tutorial ZendFramework is an open source website framework developed by PHP and is currently maintained by ZendTechnologies. ZendFramework adopts the MVC design pattern and provides a series of reusable code libraries to serve the implementation of Web2.0 applications and Web Serve. ZendFramework is very popular and respected by PHP developers and has a wide range of

How to use ACL (Access Control List) for permission control in Zend Framework How to use ACL (Access Control List) for permission control in Zend Framework Jul 29, 2023 am 09:24 AM

How to use ACL (AccessControlList) for permission control in Zend Framework Introduction: In a web application, permission control is a crucial function. It ensures that users can only access the pages and features they are authorized to access and prevents unauthorized access. The Zend framework provides a convenient way to implement permission control, using the ACL (AccessControlList) component. This article will introduce how to use ACL in Zend Framework

Solution to PHP Fatal error: Class 'DOMDocument' not found in Solution to PHP Fatal error: Class 'DOMDocument' not found in Jun 23, 2023 am 11:16 AM

When using PHP to develop web applications, we often encounter error messages similar to "PHPFatalError: Class'DOMDocument'notfoundin". This error means that the PHP parser did not find the DOMDocument class and therefore could not load it. This usually happens in applications that need to work with XML and HTML documents. Below, we introduce several solutions to resolve “PHPFatalError:

PHP does not recognize ZendOptimizer, how to solve it? PHP does not recognize ZendOptimizer, how to solve it? Mar 19, 2024 pm 01:09 PM

PHP does not recognize ZendOptimizer, how to solve it? In PHP development, sometimes you may encounter a situation where PHP cannot recognize ZendOptimizer, which will cause some PHP codes to not run properly. In this case, we need to take some measures to solve the problem. Some possible workarounds are described below, along with specific code examples. 1. Confirm whether ZendOptimizer is installed correctly: First, we need to confirm that ZendOptimizer

How to configure the Window2003 IIS+MySQL+PHP+Zend environment How to configure the Window2003 IIS+MySQL+PHP+Zend environment Jun 02, 2023 pm 09:56 PM

The Windows 2003 installation package includes Zend, PHP5.2.17, PHPWind8.7 and PHPMyadmin3.5.2. You can download the installation package directly to save time searching for resources. However, since MySQL has exceeded the upload limit, you need to go to the MySQL official website to download. Then unzip and copy to the D drive, as shown below: MySQLinDdisk Install and configure WindowsIIS+FTP Click Start>Control Panel>Add or Remove Programs.AddingordeletingaPG Click Add/Remove Windows Components (A). Addingorde

What to do if PHP domdocument does not exist What to do if PHP domdocument does not exist Jul 18, 2023 am 11:14 AM

PHP domdocument does not exist. Solution: 1. Make sure that the DOM extension has been enabled in the PHP environment. You can check whether the DOM extension is enabled by checking the "php.ini" file; 2. You can run "PHP_VERSION" on the command line or in a PHP script. ;" to check the PHP version; 3. Use the package manager appropriate for your operating system to install the libxml library; 4. Check the PHP version you are using and make sure the output version number matches your expected PHP version.

How to use the PHP framework Zend to develop an efficient ERP management platform How to use the PHP framework Zend to develop an efficient ERP management platform Jun 26, 2023 pm 11:00 PM

With the rapid development of information technology, more and more enterprises are beginning to realize the necessity of information management. ERP (Enterprise Resource Planning) management platform is an important tool for modern enterprise management, which can help enterprises realize resource planning, collaboration, control, optimization and management. Among them, the PHP framework Zend is an excellent development tool that can help developers develop ERP systems quickly and efficiently. This article will introduce how to use Zend to develop an efficient ERP management platform. 1. Determine requirements analysis before starting the development process

See all articles