AutoComplete for method chaining Permanently deleted user Created September 26, 2011 17:21 HiHow i can get method chaining works in PHPStormThank you
Works fine for me.
Is this your own code or a published framework?
I have tried in CodeIgniter ORM $this->db->select() ->where-> .. it doesn't work after select
also in kohana as well
Thank you
Well, the framework classes need to have proper PHPDoc @return annotations.
Related
http://www.grafikkaos.co.uk/blog/article/104-Getting-Autocomplete-For-CodeIgniter-2.0-with-PHPStorm
http://youtrack.jetbrains.net/issue/WI-1174
http://youtrack.jetbrains.net/issue/WI-6027