[eluser]sn4k3[/eluser]
how many good that library is with MySQL long queries?
example: 1000 rows, with the following table:
Code:
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`shortname` varchar(30) NOT NULL,
`name` varchar(255) NOT NULL,
`shortdescription` text NOT NULL,
`description` text NOT NULL,
`img` varchar(255) NOT NULL,
`realprice` decimal(5,2) unsigned NOT NULL,
`shipmenttax` decimal(3,2) unsigned NOT NULL,
can PHP handle so much data in a array?