hi

system: it is on linode 512, os ubuntu, server apache, database postgresql
my initial design was using list:string, but than i saw example in the book 
(Application-Development-Cookbook) and i thought this is better
purpose of that code: user testing reveals, that the best way to search the 
data is with Datatables (+individual column filtering). i have 1000 games 
with different attributes: name, for what age, how big the group can be, 
equipment, tags, instructions. I have to put all the attributes in table.
 .. and there is another problem: tags and equipment have both the same 
implementation - so actualy i do 2000 selects :( 

andrej

On Thursday, October 18, 2012 4:09:59 AM UTC+2, rochacbruno wrote:
>
> I am using list:string for tags and it is working very well for my needs. 

-- 



Reply via email to