Guest User

Untitled

a guest
May 16th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. foreach ($nav as $item) {
  2.  
  3. }
  4.  
  5. foreach ($nav as $key => $item) {
  6. if ( 0 === $key) {
  7. // это первая запись
  8. }
  9. }
Add Comment
Please, Sign In to add comment