need good sql library for php

.BAB

New Member
I need a library like Crystal Project I currently use Crystal, but it has bad join and table prefix support, and doesn't have a function for getting row-count, so I need to change to something with better support for these.I don't need an ORM or abstraction library. I just need good mysql wrapper with chain method support eg:\[code\](->order_by('-id')->limit(($page - 1) * 20, 20)->print_sql();)\[/code\]
 
Back
Top