New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Comments
There are many ORM. which ones you have tried but failed to make the process easier?
If you want ORMs, with models, relationships, etc, you can see these complete options:
Most likely you are looking for a Query Builder, where you just build queries with code dynamically, without relying on models:
https://latitude.shadowhand.com/
this one is gooood!
There are a few ORMs out there like Eloquent and Doctrine.