pradosoft / prado

Prado - Component Framework for PHP
Other
187 stars 70 forks source link

TComponent Behaviors should implement case insensitive names, like properties #910

Closed belisoful closed 1 year ago

belisoful commented 1 year ago

Basically behavior names are case sensitive and at least when acting as a Property, they should be case insensitive.

belisoful commented 1 year ago

events, global events, methods, and properties are case insensitive by being lower case.

I suggest that behaviors should be stored in all lower case as well.