FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » PHP ORM Feedback requested
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
PHP ORM Feedback requested [message #173276] Fri, 01 April 2011 06:21 Go to previous message
Bharadwaj is currently offline  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
[Message index]
 
Read Message
Read Message
Previous Topic: Please Visit:
Next Topic: mssql_select_db problem
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Oct 06 18:23:35 GMT 2024

Total time taken to generate the page: 0.04125 seconds