php için iyi sql kitaplık gerekir

0 Cevap php

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.

Ben bir ORM veya soyutlama kitaplığı gerekmez. Ben sadece zincir yöntemi desteği, örneğin iyi mysql sarıcı gerekir:

(->order_by('-id')->limit(($page - 1) * 20, 20)->print_sql();)

0 Cevap