Y
Hacker News
new
|
ask
|
show
|
jobs
ArrayDB, a new and easy PHP ORM
(
github.com
)
4 points
by
mstdokumaci
5136 days ago
2 comments
blj
5135 days ago
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?
link
mstdokumaci
5135 days ago
it's mostly not adviced:
http://stackoverflow.com/questions/4410704/php-closing-tag
link
blj
5135 days ago
oh right, that makes sense. I suppose PHP won't complain about the missing "?>". Thanks.
link
johnny22
5135 days ago
many projects eschew them as they aren't necessary and can cause problems if they exist and there is whitespace after them.
link
fatiherikli
5136 days ago
good job.
link