Error in class generated [message #600] |
Wed, 07 February 2007 12:56 |
stephenboey
Messages: 54 Registered: January 2007
|
Member |
|
|
Hi,
I did the following alterations to the table
ALTER TABLE `mnu_role`
ADD `role_id_snr` varchar(16),
ADD `lft` INTEGER NOT NULL default 0,
ADD `rgt` INTEGER NOT NULL default 0,
ADD KEY `role_id_snr` (`role_id_snr`)
Was trying to create a list then a pop up to specify parent child relationship.
Appears that framework is not generating mnu_role_jnr.class.inc properly.
Attached are the files
|
|
|