-
Notifications
You must be signed in to change notification settings - Fork 53
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
Reusable approach to enhanced proxy generation #8
base: master
Are you sure you want to change the base?
Conversation
Hey, thanks for the patch. There are a few CS issues, but I don't want to comment on them for now. Maybe you could show an example of how you would use these changes in your code? |
so, what should i change? |
sry, did not have time yet to look into this. On Mon, Jun 25, 2012 at 4:18 PM, Serge Smertin <
|
ping |
This is not really related to AOP; could we add this to another bundle, maybe even Symfony itself? |
hm, actually Symfony itself would even be a better solution, as it is directly related to class proxy generation. Where do you think we need to put it? |
Before you start writing code, I'd first start a discussion about it either This could not only be used for AOP, but also to implement lazy-loading for On Wed, Sep 19, 2012 at 8:51 PM, Serge Smertin [email protected]:
|
processIsolation="false" | ||
stopOnFailure="false" | ||
syntaxCheck="false" | ||
bootstrap="./Tests/bootstrap.php" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was the only line that change why the others?
So, what are we going to do? Me doing better implementation to be included in CG-lib or finishing up with this commit? Either option works. |
Goal:
How:
Regards,
Serge