You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to orchidframework
I just took a look at Orchid code and found that all classes is
lowercase that make them ugly. Class is a blueprint for objects or
instances. It should be upper case. Is there any sound reason for
this? I believe that camelCase is the way to go for PHP libraries.
Hasin Hayder
unread,
Dec 24, 2007, 12:35:34 PM12/24/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to orchidframework
You are right, but Class names are declared like this "ClassName"
There is no specific reason to keep them in lowercase in Orchid, Just
went that way.