Hi All, Here a dutch friend which needs some wisdom.;-)
I am trying to build my own mini cms... Who doesn't... ;-) I would love to get my urls like this : /whatever/here/nice/blabla The most scripts I saw on the google group are too simple for this. I would like this to be eternal... So as many things after /sdd/ss/ after blabla as needed. So how can I read this out with my sitecontroller? Has anybody have a clue to this problem? My nodes database looks like this: CREATE TABLE `nodes` ( `id` int(10) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `position` int(10) NOT NULL default '0', `parent_id` int(10) NOT NULL default '0', `url` varchar(255) NOT NULL default '#', `visible` tinyint(1) NOT NULL default '1', `pages_id` int(6) default NULL, `module` tinyint(1) default NULL, `action` varchar(50) NOT NULL default '', `controller` varchar(50) NOT NULL default '', `start` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `pages_id` (`pages_id`,`module`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Could someone please help me? Greetz, Stephan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
