> > The challenge is to maintain the integrity of the URL in the location > bar of the web browser, that's the challenge. It must represent the > page at all times, except POST requests. (That's how this whole HTTP > thing was designed.)
There must be an URL for every "resource" you want to make accesible (in the sense of access to something) I don't think the resources are the pages but the objects this pages shows. If I do it with a custom url box or permalink, I > have all the same work to do, plus a klunky interface that the user > isn't used to. Depends on the functionality you want to do develop. And you're going to need more than a "pull both pagination states and > send me to a url that identifies them both" function. That's the > serialization part. You're also going to need the deserialization > part. "figure out which namespaces belong to which controllers". > Further, every (internally pointing) hyperlink on the page needs to > encapsulate the state of every controller on the page. It's not > trivial. And on top of that, you ought to have something that > creates the namespaces automatically. Pretty much all of this should > be automatic; it's in the framework's domain. (My framework does this > stuff.) As Chris said, if your framework do it, just use it. All of this is something the framework should deal with, not me. It's your opinion, I've never needed a functionality like that, and haven't found a lot of request for a such a functionality, so I assume it's not a common need. > Unless you want to pay me to do it, I'm not > > willing to suggest any more ;) > > Fair enough, I can't argue with that, thanks, If you want something that fits your needs you have two ways, do it yourself or pay someone to do it. Regards, Pablo Viojo [EMAIL PROTECTED] http://pviojo.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
