PHP设计模式 迭代器模式,php设计模式模式
迭代器模式,在不需要了解内部实现的前提下,遍历一个聚合对象的内部元素。相比于传统的编程模式,迭代器模式可以隐藏遍历元素所需要的操作。
AllHacl.php
<?<span>php namespace Baobab; </span><span>class</span> AllHacl <span>implements</span><span> \iterator{ </span><span>protected</span> <span>$ids</span><span>;</span><span>protected</span> <span>$index</span>;<span>//</span><span>当前位置</span> <span>function</span><span> __construct(){ </span><span>$db</span> = Factory::getDatabase('ha_cl'<span>); </span><span>$result</span> = <span>$db</span>->query('select ID from ha_cl'<span>); </span><span>$this</span>->ids = <span>$result</span>-><span>fetch_all(MYSQLI_ASSOC); }<br /> <span>/*<span>*<br /> * 返回当前元素<br /> <span>*/</span></span></span> </span><span>function</span> <span>current</span><span>(){ </span><span>$id</span> = <span>$this</span>->ids[<span>$this</span>->index]['ID'<span>]; </span><span>return</span> Factory::getHacl(<span>$id</span><span>); }<br /> <span><span>/*<span>*<br /> * 向前移动到下一个元素<br /> <span>*/</span></span></span></span> </span><span>function</span> <span>next</span><span>(){ </span><span>$this</span>->index ++<span>; } </span><span>/*</span><span>* * 返回到迭代器的第一个元素 </span><span>*/</span> <span>function</span> <span>rewind</span><span>(){ </span><span>$this</span>->index = 0<span>; } </span><span>/*</span><span>* * 查询当前位置是否有数据 </span><span>*/</span> <span>function</span><span> valid(){ </span><span>return</span> <span>$this</span>->index - <span>count</span>(<span>$this</span>-><span>ids); }<br /> <span><span>/*<span>*<br /> * 返回当前元素的键<br /> <span>*/</span></span></span></span> </span><span>function</span> <span>key</span><span>(){ </span><span>return</span> <span>$this</span>-><span>index; } }</span>
index.php
<span>$hacls</span> = <span>new</span><span> \Baobab\AllHacl(); </span><span>foreach</span>(<span>$hacls</span> <span>as</span> <span>$hacl</span><span>){ </span><span>var_dump</span>(<span>$hacl</span>-><span>haclname); }</span>
Hacl类相关内容参考数据对象映射模式。http://www.cnblogs.com/tianxintian22/p/5232016.html

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment