Hay All, I've converting a lot of my code to the short hand IF statement to cut down loading time/code.
Most of these have been IF statements with ELSE's. However i can see to get it to work on just plain IF statements
($this->left_eye_sph >= 0) ? $this->transpose_left_eye()
Any suggestions?