Ricardo H Mon Nov 07 19:37:48 -0500 2011

Subject: Auto complete for Models

I dont need to declare the attributes from my Models classes... so is there any way to use Autocomplete (intelli sense) in Eclipse? (same as ctrl + space)


Ricardo H Mon Nov 07 19:41:17 -0500 2011

example:

class Book extends ActiveRecord\Model {
// id and name columns
}

$tmp = new Book();
$tmp->[CTRL + SPACE]

I want to be able to see 'name' and 'id' in auto-complete from Eclipse. Is there any way to do that?

(1-1/1)