php - Kohana Prepared Statements or Query Building? -
i'm trying grips kohana framework new project. wanted ask thoughts on 2 different methods executing queries. 1 method pose limitations?
http://kohanaframework.org/guide/tutorials.databases 1. prepared statements 2. query building
i want make right decision before start building app.
many thanks!
both have own machnism escape user input. prefer query builder, because think easier read later on. matter of taste. both same , have same limitations.
offtopic: have @ orm comes kohana 3. easy , works charm. use query builder complex queries.
Comments
Post a Comment