PHP '->' into '.'

Jumpstyler

New Member
Is it possible to change the object operator "->" to ".", so accessing class methods would look like that: \[code\]$user.add()\[/code\] instead of \[code\]$user->add()\[/code\]?I guess that this is not a very smart question, but you have to agree, that when you type "->" You have two symbols for one of which you have to press SHIFT which is ways more complicated then ".". And the dot looks prettier.
 
Back
Top