This forum is in READ-ONLY mode.
You can look around, but if you want to ask a new question, please use the new forum.
Home » plugins » General plug-ins » [sfJoomlaBridge] Official topic [support/bugs/features request]
[sfJoomlaBridge] Official topic [support/bugs/features request] [message #22880] Sat, 03 March 2007 13:22 Go to next message
COil  is currently offline 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

Smile

[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 #26200 is a reply to message #22880 ] Tue, 24 April 2007 12:30 Go to previous messageGo to next message
COil  is currently offline COil
Messages: 466
Registered: September 2006
Faithful Member

I just wanted to know it someone was using it ? Smile


my Symfony Blog - http://www.strangebuzz.com
The symfony web debug bar as a standalone library : PEAR::PHP_Debug
Re: new plugin [sfJoomlaBridge] [message #29240 is a reply to message #22880 ] Tue, 12 June 2007 23:44 Go to previous messageGo to next message
COil  is currently offline COil
Messages: 466
Registered: September 2006
Faithful Member

Up ! Smile


my Symfony Blog - http://www.strangebuzz.com
The symfony web debug bar as a standalone library : PEAR::PHP_Debug
icon14.gif  Re: new plugin [sfJoomlaBridge] [message #34363 is a reply to message #22880 ] Tue, 28 August 2007 18:46 Go to previous messageGo to next message
smouge  is currently offline smouge
Messages: 5
Registered: August 2007
Junior Member
Just found your plugin. Seems very nice the way it is working.

We have an intranet that uses joomla and I want tho extend this joomla side with our own applications. At the moment I have just started to learn the symfony, so I'm still far away from using the symfony framework in production.

But this plugin will be very nice to use to make our applications part of the joomla
Re: new plugin [sfJoomlaBridge] [message #34365 is a reply to message #22880 ] Tue, 28 August 2007 18:53 Go to previous messageGo to next message
smouge  is currently offline smouge
Messages: 5
Registered: August 2007
Junior Member
A question:

if the user is logged in into joomla, can you read this information in the symfony views/actions with this plugin (user name plus authentication was successful)?

So you can use the authentication mechanism of joomla and you don't have extra login form in the symfony page?
Re: new plugin [sfJoomlaBridge] [message #39364 is a reply to message #22880 ] Tue, 13 November 2007 12:06 Go to previous messageGo to next message
RedGerry  is currently offline RedGerry
Messages: 22
Registered: November 2007
Location: Alloa, Scotland
Junior Member

I've just got a new web site up and am now looking at an intranet site using Joomla. I'm also diving into symfony and was delighted to find this bridge. Razz

I'm presuming this is only compatible with 1.0.13 at the moment? is there a prospect of a 1.5 version?
Re: new plugin [sfJoomlaBridge] [message #40107 is a reply to message #39364 ] Thu, 22 November 2007 17:23 Go to previous messageGo to next message
lambert  is currently offline 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 #40237 is a reply to message #22880 ] Sat, 24 November 2007 21:29 Go to previous messageGo to next message
COil  is currently offline COil
Messages: 466
Registered: September 2006
Faithful Member

Hi !

Did you changed the symfony controller name ?

in symfony.html.php

    const SF_DEFAULT_CONTROLLER = 'frontoffice.php';

?

It must suit one of your symfony controller file of your application.


PS: Sorry for all, i don't have time to maintain this plugin for now. May be later, but i must admin this plugin was quit experimental, it would be great if someone could take over this plugin and update for last version of Joomla.

See you. Smile

[Updated on: Sat, 24 November 2007 21:31]


my Symfony Blog - http://www.strangebuzz.com
The symfony web debug bar as a standalone library : PEAR::PHP_Debug
Re: new plugin [sfJoomlaBridge] [message #40319 is a reply to message #39364 ] Mon, 26 November 2007 19:07 Go to previous messageGo to next message
lambert  is currently offline 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 #40326 is a reply to message #22880 ] Mon, 26 November 2007 21:00 Go to previous messageGo to next message
COil  is currently offline COil
Messages: 466
Registered: September 2006
Faithful Member

I said it was quiet experimental because it's a beta version. And i didn't test lot of symfony through this plugin.. It would be great to edit the wiki, to make a TODO list.

Sounds like a good idea. Feel free to contribute your explanation is ok.

See you.


my Symfony Blog - http://www.strangebuzz.com
The symfony web debug bar as a standalone library : PEAR::PHP_Debug
Re: new plugin [sfJoomlaBridge] [message #40832 is a reply to message #40326 ] Tue, 04 December 2007 11:42 Go to previous messageGo to next message
jdam  is currently offline jdam
Messages: 3
Registered: November 2007
Location: Philippines
Junior Member

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: new plugin [sfJoomlaBridge] [message #49903 is a reply to message #22880 ] Mon, 14 April 2008 15:22 Go to previous messageGo to next message
amsmams  is currently offline amsmams
Messages: 69
Registered: May 2007
Location: Dakar, Sénégal. Africa
Member
Nice plugin

Works in the View context but i have problem with the redirect method. Someone have already solve it?

Regards,
Re: new plugin [sfJoomlaBridge] [message #49909 is a reply to message #49903 ] Mon, 14 April 2008 15:36 Go to previous messageGo to next message
COil  is currently offline COil
Messages: 466
Registered: September 2006
Faithful Member

I suppose you should implement a "redirect_to_joomla" function, just look at the others helpers provided in the plugin.

COil


my Symfony Blog - http://www.strangebuzz.com
The symfony web debug bar as a standalone library : PEAR::PHP_Debug
Re: [sfJoomlaBridge] Official topic [support/bugs/features request] [message #50135 is a reply to message #22880 ] Wed, 16 April 2008 17:39 Go to previous messageGo to next message
amsmams  is currently offline 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]

Re: [sfJoomlaBridge] Official topic [support/bugs/features request] [message #55488 is a reply to message #22880 ] Fri, 04 July 2008 13:41 Go to previous message
COil  is currently offline COil
Messages: 466
Registered: September 2006
Faithful Member

Well your redirect function should work like the link_to_joomla helper.. to be redirected in a a joomla context and not in the symfony context.

If someone is interested in taking over this package it would be great, because i don't think i will maintain it.

See you.


my Symfony Blog - http://www.strangebuzz.com
The symfony web debug bar as a standalone library : PEAR::PHP_Debug
Previous Topic:sfSimpleCMS, sfMediaLibrary javascript error in tinymce file browsing (solved)
Next Topic:help installing plugin offline
Goto Forum:
  

powered by FUDforum - copyright ©2001-2004 FUD Forum Bulletin Board Software