(1-1/1)
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)
June 27 2010
September 23, 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)