ArrayDB, a new and easy PHP ORM(github.com)
github.com
ArrayDB, a new and easy PHP ORM
http://github.com/mstdokumaci/arraydb
6 comments
I am not a PHP programmer, but I noticed that most of the files does not have a php closing "?>". Or am I missing something?
it's mostly not adviced:
http://stackoverflow.com/questions/4410704/php-closing-tag
oh right, that makes sense. I suppose PHP won't complain about the missing "?>". Thanks.
[deleted]
many projects eschew them as they aren't necessary and can cause problems if they exist and there is whitespace after them.
good job.