Jump to content

Possible to grab field in first repeater group without looping?


joer80
 Share

Recommended Posts

Is it possible to grab a field in the first repeater group without looping through it?

ie.  

instead of

foreach($page->ThisRepeater as $m) {

     echo $m->h1;

}

Something like this:

$page->ThisRepeater[0]->h1

or 

$page->ThisRepeater->first()->h1

Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...