Hi again, I found something that could help me, so if there's anyone who is able to tell me if this could work, please talk to me :-)
In the 15 minutes blog tutorial (found at http://manual.cakephp.org/appendix/blog_tutorial) there's mentioned the following: > If you don't want or can't get mod_rewrite (or some other compatible module) > up and running on your server, you'll need to use Cake's built in pretty > URLs. In /app/config/core.php, uncomment the line that looks like: > define ('BASE_URL', env('SCRIPT_NAME')); > This will make your URLs look like > www.example.com/index.php/controllername/actionname/param rather than > www.example.com/controllername/actionname/param. Do you think I could use this behavior to append the whole bootstrap to my parent cms' index.php? I mean something like the following: define ('BASE_URL', '/index.php?pageid=289?'); to get something like http://www.example.com/index.php?pageid=289&index.php/controllername/actionname/param or similar. I had to prepend the link to the cms page where the Cake bootstrap will be included. But I don't think this would work out of the box, it's just an idea, so if you know what I mean and have some tips... you're very welcome :-) Best regards Arne On 19 Okt., 17:49, Arne-Kolja Bachstein <[EMAIL PROTECTED]> wrote: > Hi there, > > is it possible to use Cake for an embeddable web application? I have > to write a small application that will get embedded into an existing > web site, e.g. by including the bootstrap file at some point of the > original web sites source. > > Of course I know I can do this, but what about passing through GET > variables, the parent's URI and so on? I haven't yet used Cake for > anything, but as of what I've read so far Cake is mainly for > standalone thingys, isn't it? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
