Advanced Module - Build Page with charts etc
What is the best way about tackling a back end page that isnt driven by a table? Let say I want to display a series of charts and links that will dive into a table structure, but initially I'm looking for a more custom view.
I receive these errors in my advanced module because I havent specified a table, do I have too?
regards
matt
Severity: Warning
Message: Missing argument 1 for Base_module_model::__construct(), called in /Users/matt/Documents/projects/_Code/web/fuel/application/third_party/fuel/Loader.php on line 240 and defined
Filename: models/base_module_model.php
Line Number: 47
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: table
Filename: models/base_module_model.php
Line Number: 96
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: table
Filename: models/base_module_model.php
Line Number: 104
Comments
We have used Google charts API to accomplish this quite effectively.
it wants to connect to a table, i must be missing something here.
Table 'home_model' doesn't exist
SHOW COLUMNS FROM `home_model`
Filename: core/MY_Model.php