On 27 Aug., 17:41, "Matthias N." <[EMAIL PROTECTED]>
wrote:
> Hi Fabien,
>
> did you already have the time to look over the controller changes in
> my branch?
>
> But: The most important thing that should make its way into symfony
> 1.1 is to
>  change the ActionStack to open it for arbitrary variables as I
> implemented
>  it with the sfControllerStack / Entry classes.
>
>  And the second important one is to change the signature of forward()
> to
>  make it possible to optionally add $options and to optionally omit
> $action
>  so that $module can also be a $pageId or whatever implemented by
> other
>  (controller) plugins.

Hi again,

one more try: Yesterday I spent some time to implement this "minimum
wishlist" I would like to have in symfony in my branch:
http://trac.symfony-project.com/trac/changeset/5209

Sorry.. today I polished it:
http://trac.symfony-project.com/trac/changeset/5213

Summary:
- I removed the old action stack classes and added a new
sfControllerStack class.
- I moved the stack instance into sfController.
- Entries are managed by sfParameterHolder.
- I made the signature of forward() little more flexible (so that I
don't get strict errors with my page controller where I only need the
first parameter for pageId)

What do you think?

Regards,
Matthias


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to