Building a component, version 1.5 (gonna be cut loose soon, I know, but it's what I need to work with.)
Issue with the /admin/tables/mycom.php file. (In which mycom is whatever the component name is)
I'm not following the use of this file. From reading the walkthrough, it's creating a table class that extends JTables.
Now, some of the DB column names I'm using have 'space' characters in them. ie, 'field 1' instead of 'field1' (don't ask me, it's not my data.)
The sytax for identify these fiels is:
$myfield = null
It says these reference your fields in the mySQL table, but my field names include space which wouldn't work with this syntax.
Any help understanding this class, it's php file and what it's use is would be much appreciated.
$GLOBALS['hello there'] = nullwould work, but it'd be a seriously ugly way to get around the problem. – Marc B Nov 21 '12 at 21:45