Re: Nickname routing question

2010-07-16 Thread Hugo Massaroli
Wow! I loved your solution. I'll try it, thanks alot! 2010/7/16 cricket > On Thu, Jul 15, 2010 at 3:42 PM, Hugo Massaroli > wrote: > > Hi CakePHP community! I have a doubt about routing and accesing models > while > > routing. The thing is I have two model

Re: Nickname routing question

2010-07-16 Thread Hugo Massaroli
Nodoby? :( 2010/7/15 Hugo Massaroli > Hi CakePHP community! I have a doubt about routing and accesing models > while routing. The thing is I have two models: > > user, and group. > > Both have show pages. > > I want to have nicknames so I have a nicknames table and I w

Nickname routing question

2010-07-15 Thread Hugo Massaroli
Hi CakePHP community! I have a doubt about routing and accesing models while routing. The thing is I have two models: user, and group. Both have show pages. I want to have nicknames so I have a nicknames table and I want to access the show method in this way: www.mydomain.com/thisismygroup1 www

Re: Hierarchy problem

2010-06-25 Thread Hugo Massaroli
Well, maybe not... the thing is that Fulltext is a table MyISAM and Item is InnoDB. That's because I only can have fulltext indexes (that helps for searchers) in MyISAM tables but in MyISAM engine I do not have FOREIGN KEYS :S. But... in Item table I really don't have important foreign keys so may