Pelzini

This is the code documentation for the Pelzini project

function get_column_details()

Should return a multi-dimentional array of the column details
Format:
Array [
  [0] => Array [
     'Field' => field name
     'Type' => field type, (e.g. 'serial', 'smallnum' or 'identifier')
     'NotNull' => nullable?, (true or false)
     'Key' => indexed?, ('PRI' for primary key)
     ]
   [1] => ...
   [n] => ...

Usage

unknown $MysqlOutputter->get_column_details ( mixed $table_name );

Authors

Arguments

  1. $table_name