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.
- Published by Tobiasz.Cudnik 01/13/09 - 10:04
- 7597 views
- 2 comments







Only thing you have to do is use a phpDoc:
class CommentsController extends AppController {
Actually that probably wont work in Aptana's PHP editor, because its in early stages of developement and lacks context (scope) on autocompetition.var $name = 'Comments';
/**
* @var Comment
*/
var $Comment;
...
Above example is for PDT, which is (actually) best choice for PHP developement on Eclipse.