Forums
(@davidmacf)
11 years ago
Line number 383
Change $data = $this->example_data;
to $sql = “SELECT ID,title,rating,director FROM wp_films”; $data = $wpdb->get_results($sql,ARRAY_A);
Obviously you’ll need to create the database table
I hope this helps someone