I have this element where I display a list of testmonials and now i'm just creating them on the HTML, there's no data source.
I want to use something like *fixtures* to separate this data from the view, but I don't want to use a new table for it, since I will not perfor filters or anything where I need to use the find(). AFAIK the fixture is just a "seed" to populate tables from the test database, so they will not help me here. I can create an array anywhere in my application, but I want to ask you guys if there's something less hacky to have non-database data on my project. Regards, -- ***Thiago Belem* Desenvolvedor Rio de Janeiro - RJ - Brasil +55 (21) 8865.9250 thiagobelem.net [email protected] *Skype / gTalk **»* thiago.belem.web *LinkedIn* *»* br.linkedin.com/in/thiagobelem/pt* Assando Sites*, curso de CakePHP *»* assando-sites.com.br -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
