'main_menu', 'limit' => '1', 'allowSearch' => false, )); $main_menuRecord = @$main_menuRecords[0]; // get first record list($secondary_menuRecords, $secondary_menuMetaData) = getRecords(array( 'tableName' => 'secondary_menu', 'limit' => '1', 'allowSearch' => false, )); $secondary_menuRecord = @$secondary_menuRecords[0]; // get first record list($directories_menuRecords, $directories_menuMetaData) = getRecords(array( 'tableName' => 'directories_menu', )); list($publicationsmenuRecords, $publicationsmenuMetaData) = getRecords(array( 'tableName' => 'publicationsmenu', )); list($articlesRecords, $articlesMetaData) = getRecords(array( 'tableName' => 'articles', )); list($article_categoryRecords, $article_categoryMetaData) = getRecords(array( 'tableName' => 'article_category', )); list($preschoolersRecords, $preschoolersMetaData) = getRecords(array( 'tableName' => 'preschoolers', 'where' => whereRecordNumberInUrl(1), 'limit' => '1', )); $preschoolersRecord = @$preschoolersRecords[0]; // get first record list($textimage_areaRecords, $textimage_areaMetaData) = getRecords(array( 'tableName' => 'textimage_area', 'limit' => '1', 'allowSearch' => false, )); $textimage_areaRecord = @$textimage_areaRecords[0]; // get first record list($tipofthe_weekRecords, $tipofthe_weekMetaData) = getRecords(array( 'tableName' => 'tipofthe_week', 'limit' => '1', 'allowSearch' => false, )); $tipofthe_weekRecord = @$tipofthe_weekRecords[0]; // get first record ?>