what is best IDE for auto-complete helper .
because i can not remember all method or property of html helper or another
for example :
$this->Html->tableHeaders(array('Date','Title','Active'));
but i should write tableHeaders and IDE not recognize Html’s property and methods.
thanks.
I’ve always been a fan of using Eclipse+PDT with Cake, as it supports completion quite well.
See: Code Completion for CakePHP in Eclipse
It’s also worth noting that at least one of the main developers of CakePHP uses Eclipse (I know this because he wrote the above-linked article).