Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4334988
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T10:36:30+00:00 2026-05-21T10:36:30+00:00

I searching for a best practice in the Iterator interface of PHP. Imagine I

  • 0

I searching for a best practice in the Iterator interface of PHP.

Imagine I have a Menu with different Items. For each of the Items I can turn on or off the visibilty. Do you know a good place to place this filter? I thought about the Iterator::rewind() Method to do a seperate loop but dislike the fact of looping through the items a second time.

I think I see the wood for the trees. Hope you can help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T10:36:30+00:00Added an answer on May 21, 2026 at 10:36 am

    Have a look at the abstrakt FilterIterator class. Would look something like

    class MyFilterIterator extends FilterIterator {
      public function accept () {
        $current = $this->current();
        // Test, if it is valid
        return $boolean;
      }
    }
    
    $iterator = new MyFilterIterator($myInnerIterator);
    

    This way you also separate the menu from the filter, what makes it easier to replace the filter, if you want to change it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm searching for a best practice for securely sending data FROM a remote server
Im searching for the best way to mantain combo box values within a Mysql
After searching online, the best solution I've found so far is to just make
So I was searching the web looking for best practices when implementing the repository
I've been searching google for recommendations on conventions or best practices when it comes
Searching for some sample code for converting a point in WGS84 coordinate system to
Searching for a string within a string is extremely well supported in .NET but
Searching on Google reveals x2 code snippets. The first result is to this code
Im searching a tool which allows me to specify some folders as bookmarks and
While searching the interweb for a solution for my VB.net problems I often find

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.