Exemple #1
0
 public function comments()
 {
     return Review::find_comments_on($this->id);
 }
Exemple #2
0
?>
"><?php 
echo $city->city;
?>
</a>
			</div><!-- page-wraper page-navigation -->

			
		</div><!-- page-wrap page-white -->
		<div class="page-wraper page-slider clear-fix">
			<div class="search-results">
				<?php 
foreach ($hotels as $hotel) {
    ?>
					<?php 
    $comments = Review::find_comments_on($hotel->hotel_id);
    ?>
					<div class="hotel-result clear-fix">
						<?php 
    $photo = Photograph::first_photo($hotel->hotel_id);
    ?>
						<a href="page.php?id=<?php 
    echo $hotel->hotel_id;
    ?>
">
						<?php 
    if ($photo) {
        ?>
							<img src="<?php 
        echo $photo->image_path();
        ?>