Skip to content

[cookbook][form][dynamic] DataEvent is deprecated in favor of FormEvent #2463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

[cookbook][form][dynamic] DataEvent is deprecated in favor of FormEvent #2463

wants to merge 1 commit into from

Conversation

dbu
Copy link
Contributor

@dbu dbu commented Apr 3, 2013

seems this has slipped the corrections applied elsewhere in this file.

FormEvents::PRE_BIND => 'preBind',
FormEvents::PRE_SET_DATA => 'preSetData',
];
);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the [] syntax is php 5.4 only, as long as we support 5.3 we should not confuse people with examples that don't work for them.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@weaverryan
Copy link
Member

Hi guys!

This is a bit of my fault - I merged in a big change to this document (which included all of these issues) and then made a big fix for them in #2417, which I just merged in.

But @dbu I'm happy that you actually read the entry and took time to fix our mistakes (and these were indeed all legitimate issues). The whole entry should be in much better shape now (though I have more changes needed in #2464).

Thanks!

@weaverryan weaverryan closed this Apr 4, 2013
@dbu
Copy link
Contributor Author

dbu commented Apr 4, 2013

i was actually looking for an existing pull request when i did this but for whatever reason did not see it. anyways, thanks for making the doc better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants