Home Backend Development PHP Tutorial PHP design pattern Proxy proxy mode

PHP design pattern Proxy proxy mode

Jul 29, 2016 am 08:45 AM
display function public request

Agent refers to a character taking action on behalf of another character. Just like in life, a wine manufacturer will not directly sell wine to retail customers, but will complete its sales through an agent. As for the customer, he does not need to look for factories everywhere in order to drink red wine. He only needs to find the local agent of the manufacturer. The customer does not need to care about the specific location of the red wine factory, the agent will handle it for him.
The proxy mode is to provide a proxy object for a certain object, and the proxy object controls the reference of the specific object.
Roles involved in the proxy pattern:
Abstract theme role declares the public interface between the proxy theme and the real theme, so that any place that requires a real theme can be replaced by a proxy theme.
The proxy theme role contains a reference to the real theme, so that the real theme can be operated at any time. The proxy theme function provides the same interface as the real theme, so that it can replace the real theme at any time. By holding a reference to the real topic, the proxy topic can not only control the creation or deletion of the real topic, but also intercept the real topic before it is called, or perform certain operations after the call.
The real proxy object defines the specific object represented by the proxy role.
Refer to the code:

Copy the code The code is as follows:


/**
* Proxy pattern
*
* Provide a proxy for other objects to control access to this object
*
*/
interface Proxy
{
public function request();
public function display() ;
}
class RealSubject
{
public function request()
{
echo "RealSubject request
";
}
public function display()
{
echo "RealSubject display
";
}
}
class ProxySubject
{
private $_subject = null;
public function __construct()
{
$this->_subject = new RealSubject();
}
public function request()
{
$this ->_subject->request();
}
public function display()
{
$this->_subject->display();
}
}
$objProxy = new ProxySubject();
$ objProxy->request();
$objProxy->display();


How the proxy mode works: First, because both the proxy subject and the real subject implement a common interface, this allows us to do it without changing the original In the case of interfaces, proxy themes can be used instead wherever real theme objects are used. Secondly, the proxy topic plays an intermediary role between the client and the real topic. Using this intermediary platform, we can do some necessary preprocessing before passing the customer request to the real topic.
Another very common example of using the proxy mode is the control of large image browsing. When browsing graphic information on our common websites, I wonder if you have noticed that the position of the picture has been reduced. When someone wants to view the picture carefully, they can activate a link by clicking on the picture. A new web page opens to view the image. This is very good for improving browsing speed, because not everyone has to look at the information on the detailed image. This situation can be fully realized using the proxy mode. Here I will express my ideas. As for the implementation due to work reasons, I will not express it. As for the real feasibility of this method in B/S mode, I have not confirmed it, it is just my imagination. If this is not a feasible method, then this example can be implemented on a C/S. This is absolutely no problem and is used in many books and articles introducing design patterns. If you are interested in the implementation of the two methods, you can try it:)
When we access the web page in the browser, we call not the actual method of loading images, but the method in the proxy object. In this object, first use One thread loads a reduced version of the image to the browser, and another thread is used in the background to call the actual method of loading the large image to load the image locally. When you want to browse this image, load it on a new web page. displayed in . Of course, if the image has not been loaded successfully when you want to browse, you can start another thread to display the prompt message until the image is loaded successfully.
In this way, the function of the proxy mode is fully reflected in the above - the loading of real pictures is placed in the background through the proxy, so that it does not affect the browsing in the foreground.
The proxy mode can coordinate the caller and the callee, and can reduce the coupling of the system to a certain extent. However, you must remember the conditions for using the proxy mode mentioned earlier. Otherwise, using the proxy mode will not only not have good results, but may also cause problems.

The above introduces the PHP design pattern Proxy proxy mode, including aspects of the content. I hope it will be helpful to friends who are interested in PHP tutorials.

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)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
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)

Fujifilm X-M5 price expectations rise as leaked selfie display adds complexity to the formerly affordable camera line Fujifilm X-M5 price expectations rise as leaked selfie display adds complexity to the formerly affordable camera line Sep 07, 2024 am 09:34 AM

Fujifilm fans were recently very excited at the prospect of the X-T50, since it presented a relaunch of the budget-oriented Fujifilm X-T30 II that had become quite popular in the sub-$1,000 APS-C category. Unfortunately, as the Fujifilm X-T50's launc

What does function mean? What does function mean? Aug 04, 2023 am 10:33 AM

Function means function. It is a reusable code block with specific functions. It is one of the basic components of a program. It can accept input parameters, perform specific operations, and return results. Its purpose is to encapsulate a reusable block of code. code to improve code reusability and maintainability.

Samsung: New, large display based on E Ink technology displays colors and communicates wirelessly Samsung: New, large display based on E Ink technology displays colors and communicates wirelessly Jun 19, 2024 pm 03:37 PM

We frequently report on devices based on displays with electronic ink, such as e-readers. The technology offers a number of advantages: it can be read in bright environments without a backlight, and it only requires power when switching without light

Comparison: Apple Studio Display vs Samsung Smart Monitor M8 Comparison: Apple Studio Display vs Samsung Smart Monitor M8 May 11, 2023 pm 10:46 PM

Samsung Smart Display M8 vs. Apple Studio Display: Design and Size Since its launch, the Apple Studio Display has been compared to the iMac, consisting of a relatively thin panel on a relatively simple L-shaped stand. It's a well-known and well-loved aesthetic, and Samsung seems to have borrowed it for its presentation. The Samsung SmartMonitor M8 uses the same idea of ​​a thin screen on a stand that looks very similar. Some minor elements are different, such as the small section in the lower left corner that sticks out a bit and the Samsung's chin is very thin, but they seem to be close in terms of basic design. Samsung seems to have taken a lot of inspiration from the 24-inch iMac. Apple's display is smaller than Samsung's

What does php request mean? What does php request mean? Jul 07, 2021 pm 01:49 PM

The Chinese meaning of request is "request". It is a global variable in PHP and is an array containing "$_POST", "$_GET" and "$_COOKIE". The "$_REQUEST" variable can obtain data and COOKIE information submitted by POST or GET.

Apple Studio Display's power cord is detachable, but requires special tools Apple Studio Display's power cord is detachable, but requires special tools May 17, 2023 pm 03:05 PM

Apple Studio Display is now officially available in stores, and many customers around the world have purchased the product. Unlike the ProDisplayXDR, the StudioDisplay has a unique power connector that appears to be non-removable. It turns out that the cable is removable, but you'll need a special tool to remove it. Apple says on its website that the Studio Display's power cord is not detachable -- and many users think so. That's because removing the cable with your hands seems impossible, but luckily the cable can be detached from the monitor. , Apple has a special tool for extracting information from its new StudioDispl

What is the difference between the developer version and the public version of iOS? What is the difference between the developer version and the public version of iOS? Mar 01, 2024 pm 12:55 PM

Every year before Apple releases a new major version of iOS and macOS, users can download the beta version several months in advance and experience it first. Since the software is used by both the public and developers, Apple has launched developer and public versions, which are public beta versions of the developer beta version, for both. What is the difference between the developer version and the public version of iOS? Literally speaking, the developer version is a developer test version, and the public version is a public test version. The developer version and the public version target different audiences. The developer version is used by Apple for testing by developers. You need an Apple developer account to download and upgrade it.

Comparison: Apple Studio Display vs LG UltraFine 5K Display: Which one is better? Comparison: Apple Studio Display vs LG UltraFine 5K Display: Which one is better? Apr 16, 2023 pm 08:25 PM

StudioDisplay and LG UltraFine5KDisplay occupy similar positions in the market, but Apple's monitor is $300 more expensive. Here's everything you need to know about how these monitors compare. Six years is a long time in the tech world, and it's also the time since Apple has sold a branded monitor that costs less than $5,000. During this time, Apple partnered with LG to sell the LG UltraFine series, which catered specifically to Mac users. In 2019, Apple stopped selling these LG monitors in favor of ProDisplayXDR, an affordable Mac-friendly display

See all articles