| [sfJoomlaBridge] Official topic [support/bugs/features request] [message #22880] |
Sat, 03 March 2007 13:22  |
COil Messages: 466 Registered: September 2006 |
Faithful Member |
|
|
I have juste released a new Symfony plugin, it is quiet experimental for now, it allows to display Symfony page into a Joomla application. In fact i have taken the idea from what has already been done with cakePHP, you can find the original blog articles here and here, thanks to the authors for the work. Now a full project for this purpose is available for CakePHP, it is called Jake
My plugin is very basic for now, but perhaps if people are interested in it, it could be improved (perhaps as the Jake project for CakePHP ?), indeed there are still a lots of things to do...
You can find the installation notes of this plugin on the dedicated wiki page and a full tutorial in the snippets section of my blog . You can check the demo here
[Updated on: Mon, 14 April 2008 15:40] my Symfony Blog - http://www.strangebuzz.com
The symfony web debug bar as a standalone library : PEAR::PHP_Debug
|
|
|
|
|
|
|
|
| Re: new plugin [sfJoomlaBridge] [message #40107 is a reply to message #39364 ] |
Thu, 22 November 2007 17:23   |
lambert Messages: 9 Registered: July 2007 Location: Netherlands, Utrecht |
Junior Member |
|
|
Hi COil,
I am trying to get this plugin running with Joomla 1.13, but I am definitely not a Joomla expert.
A few questions, hopefully you can help me with it:
1. When I enter ' http://localhost/joomla1013/index.php?option=index&task= testcase' in the URL, I get the message within Joomla:
Warning: file_get_contents(http://localhost/index.php/index/testcase) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in D:\xampp\htdocs\joomla1013\components\com_symfony\symfony.ht ml.php on line 53
I had hoped I could trigger a symfony page in this way from Joomla, but apparently, something got wrong.
(Background: I do not use 'curl' (whatever this means???) and commented the lines related to curl according to your manual.
2. What is the proper way to access a symfony page from within Joomla? (I do not see the symfony component within the list of Joomla).
Hope you can help me on the way, as it would be really great!!
Thanks in advance, Lambert
Lambert
lambert.beekhuis@zonnet.nl
|
|
|
|
| Re: new plugin [sfJoomlaBridge] [message #40319 is a reply to message #39364 ] |
Mon, 26 November 2007 19:07   |
lambert Messages: 9 Registered: July 2007 Location: Netherlands, Utrecht |
Junior Member |
|
|
Hi COil,
Indeed, I had changed my controllername to index.php, but it appeared I had to fill the path as well. Now it works!
Great!
For now I will work with Joomla 1.0.13. Maybe later I can update it to 1.5.
What do you mean with 'experimental'? What do you consider the main missing thing then?
And it would help if you would explain the idea of the plugin, something like this:
With this plugin you can add an symfony application with joomla. Within joomla you can generate a request (symfony-action) to a Joomla application. So the request goes first through joomla and then to Symfony. In addition, the request generated from symfony (e.g. links and forms) are generated in such a way that they again first pass Joomla (and then, if request, Symfony again).
What do you thing about adding something like this in de readme?
Best regards,
Lambert
Lambert
lambert.beekhuis@zonnet.nl
|
|
|
|
| Re: new plugin [sfJoomlaBridge] [message #40832 is a reply to message #40326 ] |
Tue, 04 December 2007 11:42   |
|
Great plugin, I'm starting to get use of it.
thank you
-Jd
"Web identity solutions bridge humanities and technologies for a better future!" - J. Abenaza
http://www.jdam.us
|
|
|
|
|
| Re: [sfJoomlaBridge] Official topic [support/bugs/features request] [message #50135 is a reply to message #22880 ] |
Wed, 16 April 2008 17:39   |
amsmams Messages: 69 Registered: May 2007 Location: Dakar, Sénégal. Africa |
Member |
|
|
Hello,
I tried to do it, using your code as example and using the redirect method of sfWebController...
If i don't have a blank page (page with errors that are not visible), i have the whole result page in the joomla content zone, like if the application wants to include the desired page instead of redirect to the page
How did you manage the interactions in actions (redirect, forward...)?
Thanks for any help
[Updated on: Wed, 16 April 2008 17:59]
|
|
|
|