New Extension DDNoteBehaviour

Hello,

I created a new extension DDNoteBehaviour (http://www.yiiframework.com/extension/ddnotes/).

This behavior lets you add and view notes attached to all models in your application, similar to the comments in the blog demo.

All notes are stored in one table.

Please feel free to test it.

Any comments are really appreciated!

Best regards,

Joachim

I’ll try to check it out once I get back from vacation.

What is the best way to save a note without saving the model the note is attached to? I ask because I don’t want my model’s last save timestamp to be updated when I add a note to it, it should only be updated when the model information is changed. I’m assuming it’s because the behavior is triggered by the parent “afterSave”…

Thanks for the extension btw!