'google_analytics', 'allowSearch' => '0', 'limit' => '1', )); $google_analyticsRecord = @$google_analyticsRecords[0]; // get first record // load records list($home_bgRecords, $home_bgMetaData) = getRecords(array( 'tableName' => 'home_bg', 'orderBy' => 'RAND()', 'limit' => '1', )); // load records list($home_meta_tagsRecords, $home_meta_tagsMetaData) = getRecords(array( 'tableName' => 'home_meta_tags', 'allowSearch' => '0', 'limit' => '1', )); $home_meta_tagsRecord = @$home_meta_tagsRecords[0]; // get first record // show error message if no matching record is found if (!$google_analyticsRecord) { dieWith404("Record not found!"); } ?> <?php echo $home_meta_tagsRecord['page_title'] ?>
No record found!">