Skip to content

Instantly share code, notes, and snippets.

@sergiopvilar
Created May 11, 2014 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergiopvilar/96b4eaa9f884a66aee9f to your computer and use it in GitHub Desktop.
Save sergiopvilar/96b4eaa9f884a66aee9f to your computer and use it in GitHub Desktop.
<?php
foreach($app->car->find() as $car):
echo $car->title;
endforeach;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment