[Maypole] Problem with unusual column names
Tony Bowden
tony@kasei.com
Fri, 6 Aug 2004 09:31:04 +0100
On Fri, Aug 06, 2004 at 03:37:00AM -0400, Sai Nelson Tong wrote:
> I am using mysql to store the data and the column name is intact
> inside the database. Is there any way to get around this problem
> without having to do any compromise such as changing the unusual names
> of the columns in order to allow Maypole to display the data in the
> table?
Have a look at the "Changing Your Column Accessor Method Names" section
of the Class::DBI docs.
Tony