Home »
Imported messages »
comp.lang.php »
PHP ORM Feedback requested
PHP ORM Feedback requested [message #173276] |
Fri, 01 April 2011 06:21 |
Bharadwaj
Messages: 1 Registered: April 2011
Karma:
|
Junior Member |
|
|
Hi,
I have been looking for a very light weight PHP ORM library and I came
up with a few choices. Most choices require some form of
configuration, e.g. adding more fields to the class and many of them
are not so intuitive.
I do not want to use a framework, but prefer just the ORM for Q&D
prototypes.
Anyway, I built my own PHP ORM library called SORM (Simple ORM). You
can checkout the code and examples at
https://github.com/teraom/sorm.
I would appreciate if you can provide some feedback or directions on
how to proceed, things to change etc.
I want to use mysqli for database queries, specifically for prepared
statements, so as to avoid SQL injection.
1. Is there a way to use prepared statement with regular PHP - SQL
functions?
http://us2.php.net/manual/en/ref.mysql.php
2. Is mysqli installed by default when you install PHP? (PHP 5.2 and
above)
Thanks,
Bharad
|
|
|
Goto Forum:
Current Time: Sat Nov 09 10:41:27 GMT 2024
Total time taken to generate the page: 0.03451 seconds