It's possible code completion if I define in controller
$this -> view -> this_is_my_var = 'hello world'
And I write in view (.phtml file)
$this -> view -> this_is(...)
Netbeans show hints this_is_my_var
It's possible code completion if I define in controller
$this -> view -> this_is_my_var = 'hello world'
And I write in view (.phtml file)
$this -> view -> this_is(...)
Netbeans show hints this_is_my_var
Maybe you're looking for this?
PHP
View