tags:

views:

8

answers:

0

Hello python guys,

I am a php programmer and since Komodo apears to be programmed in Python I am call in on you guys.

Normally a php class is called like this:

exampleClass::classFunction(arg);

However I use php a bid different and my classes are called like this:

Y::s('exampleClass')->classFunction(arg);

If you are wondering, this way I load my classes as Singleton classes. However as you can imagine this way the komodo autocomplete doesn't work. Could that option be added to the phplex.udl file, which is in the directory

Komodo-Edit-5/lib/sdk/udl/phplex.udl