Skip to content

Instantly share code, notes, and snippets.

@sergiopvilar
Created May 3, 2014 18:14
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/1caef3103e3c01e7f3c2 to your computer and use it in GitHub Desktop.
Save sergiopvilar/1caef3103e3c01e7f3c2 to your computer and use it in GitHub Desktop.
<?php
foreach($app->imovel->find() as $post){
echo $post->title ."<br />";
echo $post->date('d/m/Y')."<br />";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment