User Profile

User
 Tobiasz.Cudnik
Location
 Poland
URL
 http://tobiasz123.wordpress.com/

Recent Articles

Separating view's markup and logic using QueryTemplates

In this article i want to show you how to split the View layer into more comfortable parts.

Recent Comments

Posted 18/08/2007 09:01pm
Autocompetition works with NO PROBLEM for Models, guys, this is really simple :)
Only thing you have to do is use a phpDoc:
class CommentsController extends AppController {

var $name = 'Comments';
/**
* @var Comment
*/
var $Comment;
...
Actually that probably wont work in Aptana's PHP editor, because its in early stages of developement and lacks context (scope) on autocompetition.
Above example is for PDT, which is (actually) best choice for PHP developement on Eclipse.