1
0
www.mikescher.com/www/protected/views/api/test.php

8 lines
155 B
PHP
Raw Normal View History

2014-07-20 16:18:05 +02:00
<?php
/* @var $this APIController */
/* @var $gm HighscoreGames */
$gm = HighscoreGames::model()->findByPk(1);
echo nl2br(print_r( $gm->ENTRIES, true));