Skip to content
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

Fixed #603 #605

Merged
merged 1 commit into from
Feb 15, 2013
Merged

Fixed #603 #605

merged 1 commit into from
Feb 15, 2013

Conversation

marcj
Copy link
Member

@marcj marcj commented Feb 15, 2013

Et voilà ! 🐇

willdurand added a commit that referenced this pull request Feb 15, 2013
@willdurand willdurand merged commit 2b587fa into propelorm:master Feb 15, 2013
@willdurand
Copy link
Contributor

thanks!

*/
public function __clone()
{
foreach ($this as $key => $obj) {
Copy link
Member

Choose a reason for hiding this comment

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

Will this also make sense for the onDemand collections, or should this be overwritten and implemented differently for those? I would suppose a ondemand collection would hydrate all rows and therefore would no longer be lazy loaded,..?

Copy link
Member

Choose a reason for hiding this comment

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

prepared a PR to unit-test the new __clone() method... #610

Copy link
Member Author

Choose a reason for hiding this comment

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

👍

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.

3 participants