Home php教程 PHP开发 Zend Framework Tutorial: Overview of Bootstrap Class Usage

Zend Framework Tutorial: Overview of Bootstrap Class Usage

Dec 27, 2016 pm 02:31 PM

The example in this article describes the usage of Bootstrap class in Zend Framework. Share it with everyone for your reference, the details are as follows:

Zend_Application_Bootstrap_Bootstrapper

Zend_Application_Bootstrap_Bootstrapper is the basic interface that all boot classes must implement. The basic functionality is for configuring, registering resources, bootstrapping (either individual resources or the entire application), and running the application.

Interface method:

Zend_Application_Bootstrap_Bootstrapper Interface

Zend Framework教程之Bootstrap类用法概述

##Zend_Application_Bootstrap_ResourceBootstrapper


Zend_Application_Bootstrap_ResourceBootstrapper is An interface for bootstrapping class loading to register external resources. That is, one or more resources will not be defined directly in the class, but will be introduced through plug-ins. It should be used in conjunction with Zend_Application_Bootstrap_Bootstrapper; Zend_Application_Bootstrap_BootstrapAbstract implements this functionality.

Interface method:

Zend_Application_Bootstrap_ResourceBootstrapper Interface

Zend Framework教程之Bootstrap类用法概述##Zend_Application_Bootstrap_BootstrapAbstract


Zend_Application_Bootstrap_BootstrapAbstract is An abstract class that provides a common bootstrap basic functionality. It implements Zend_Application_Bootstrap_Bootstrapper and Zend_Application_Bootstrap_ResourceBootstrapper.

Zend_Application_Bootstrap_BootstrapAbstract Methods

Zend Framework教程之Bootstrap类用法概述

#Zend_Application_Bootstrap_BootstrapZend Framework教程之Bootstrap类用法概述

Zend_Application_Bootstrap_Bootstrap is Zend_Application_Bootstrap_BootstrapAbstract specific implementation. Its main function is to register resources and then run the run() method.

In most cases, you can inherit this class or use this class directly according to your boot needs and register resource plug-ins.

Enable Application auto-loading function

In addition, the implementation of this guide provides the function of automatically loading the specified "namespace" or the prefix of the specified resource class

Essentially, it Instantiate a Zend_Application_Module_Autoloader object, and the parameters are the namespace and the directory of the boot class. This feature can be turned on by setting the namespace through the "appnamespace" configuration option.

As an INI example:

appnamespace = "Application"
Copy after login

Or in XML:

<appnamespace>Application</appnamespace>
Copy after login

By default, Zend_Tool provides the "Application" namespace.

Alternatively, you can specify the namespace through the $_appNamespace attribute in the bootstrap class.

class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
{
   protected $_appNamespace = &#39;Application&#39;;
}
Copy after login

I hope this article will be helpful to everyone in PHP programming.

For more articles related to Zend Framework Tutorial Overview of Bootstrap Class Usage, please pay attention to the PHP Chinese website!

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)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
4 weeks 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)