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