IDE autocomplete for PhalconPHP

Eugene Manuilov picture Eugene Manuilov · Apr 4, 2013 · Viewed 19.1k times · Source

Is there exist any kind of skeleton for PhalconPHP framework, which I can use in my Netbeans IDE for autocompletion purposes?

All I need is a heap of files with class/interface declarations, like this:

namespace \Phalcon;

class Tag {

    /**
     * bla bla bla
     * ...
     */
    public static function setTitle( $title ) {}

    ...

}

Answer

Sergey Ilin picture Sergey Ilin · Apr 4, 2013

Maybe you're looking for this? Phalcon DevTools https://github.com/phalcon/phalcon-devtools/tree/master/ide