1
0
Files
www.mikescher.com/www/protected/views/api/test.php
2014-07-20 16:18:05 +02:00

8 lines
155 B
PHP

<?php
/* @var $this APIController */
/* @var $gm HighscoreGames */
$gm = HighscoreGames::model()->findByPk(1);
echo nl2br(print_r( $gm->ENTRIES, true));