Re: [PHP-DB] Help with mysql data sorting using php
[email protected] (Artur Ejsmont)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
Hehe. Then a method: ) just make a query builder method like 'findSongs' with all the params ( optional or mandatory ) like page, limit, sortby, filters etc. then inside build SQL based on args. Just be careful - SQL injection is your enemy here. From app pass all the args from get/ post and that's it. Good luck. On 17 May 2010 08:18, "nagendra prasad" <[email protected]> wrote: DB is like more then 500MB and it will grow day by day :) On Mon, May 17, 2010 at 12:46 PM, Artur Ejsmont <[email protected]> wrote: > > If the DB i...