hi bakers,

i'm mew in cakePHP and my first serious try is create my old class for
menu pull down with cake.

i have this table:

--
-- Structure for table options:
--
CREATE TABLE options (
   name character varying(50),
   description character varying(255),
   urlserviceprogram character varying(255),
   parent_id bigint,
   id bigint NOT NULL
);

where parent_id is a recursive field to id, to define menu and submenu
options.

anybody can help me on this try?

thanks in advance.

Carlos Villaronga
Maracaibo, VE


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to