junichi11 / cakephp-netbeans

CakePHP support in NetBeans
http://cakephp.org
71 stars 18 forks source link

netbeans 8.0 Model code completion #107

Closed zambodaniel closed 10 years ago

zambodaniel commented 10 years ago

I'm experiencing problems on magic method completion. Eg with models $this->Product->/no methods here/ Image: http://imgur.com/uOaopZ0

Do you know something about this?

junichi11 commented 10 years ago

Please write your model name even if you use the same controller name(ProductsController).

public $uses = array('Product');
zambodaniel commented 10 years ago

Thank you! :)

junichi11 commented 10 years ago

You are welcome :)