Description
Load the CSV table from a file
Usage
OIK_table::load_table_from_file( $file );Parameters
- $file
- ( string ) required – full file name
Returns
voidSource
File name: oik-bob-bing-wide/classes/class-oik-tables.phpLines:
1 to 4 of 4
function load_table_from_file( $file ) { $content_array = file( $file ); $this->parse_content_array( $content_array ); }View on GitHub
Called by
Invoked by
Call hooks
API Letters:
