List of Titles

Table Pagination

0, // 'paged' => $paged, // 'letter' => $current_letter, 'filter' => $filter, 'orderby' => $orderby, 'order' => $order ); $portico_publishers = new Portico_Publishers(); $publishers = $portico_publishers->find_all($args); ?>

Publishers Table

'Publisher', 'back-list' => 'Back List', 'front-list' => 'Front List', 'pca' => 'PCA' ); break; case 'dcol': $columns = array( 'title' => 'Publisher', 'pca' => 'PCA' ); break; default: $columns = array( 'title' => 'Publisher', 'd-print' => 'Back Content: Digitized Print', 'electro' => 'Back Content: Electronic', 'current' => 'Current Content', 'pca' => 'PCA' ); break; } echo portico_participating_titles_table_heading($columns, $publisher_list_url, $filter, $orderby, $order); ?>
publisher_slug . '/'; ?> publisher_name); ?> publisher_id ) ) ) : ?>
publisher_bk_backlist ) echo 'Yes'; else echo 'No'; break; default: echo portico_publisher_digitized_html($publisher->publisher_digitized_print); break; } ?> publisher_bk_frontlist ) echo 'Yes'; else echo 'No'; break; default: echo portico_publisher_digitized_html($publisher->publisher_electronic_print); break; } ?> publisher_current_content == 1): ?> Yes No publisher_jnl_pca; break; case 'dcol': $pca = $publisher->publisher_dc_pca; break; default: $pca = $publisher->publisher_bk_pca; break; } ?> Yes No

No Publishers were found

find_all('limit='); global $wpdb; //foreach ($publishers as $publisher) { // $slug = sanitize_title($publisher->publisher_name); // $data = array('publisher_slug' => $slug); // $where = array('publisher_id' => $publisher->publisher_id); // $wpdb->update($wpdb->publishers, $data, $where); //} ?>