Search found 1 match

by loki
Fri May 24, 2013 1:26 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Namespace with php formater
Replies: 1
Views: 1850

Namespace with php formater

Hello,

I have a problem with the php formatter and php namespaces

Phalcon\Tag::func();

is transformed to

Phalcopn \T ag;func()

I tried to play around with the formater option but i could'n manage to avoid this. It is a major problem for me :(

Thank you in advance for any help :)