Re: How I can integrate cakephp into Joomla.

2014-04-14 Thread Ahmad
Here is a cakephp component for joomla 3 :

https://github.com/ahmad24/JCake

you can access the controller and action by passing the parameter 
tasks=controllername.actionname

back end example :
localhost/joomla_32/administrator/index.php?option=com_jcake&tasks=tests.index

front end example :

localhost/joomla_32/index.php?option=com_jcake&tasks=tests.index

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


Re: How I can integrate cakephp into Joomla.

2009-11-17 Thread David Roda
if you read that article, it tells you how to pull views from cake pages
into pages not associated with the installation (ie., a joomla module)...
i'm not sure what you are talking about coupling them.

On Tue, Nov 17, 2009 at 4:41 PM, www.landed.at wrote:

> Hi
>
> No I just thought that the most simple way was to not couple things
> that did not need coupling ! The frameworks should not need to use
> each other, that could be real messy. I just wanted to know what the
> best folder structure could be for security etc..
> I would create a custom module or component in joomla so using their
> frameowrk convention here and somehow include the cake framework for
> doing the special thing within this joomla component or module. Maybe
> someone could shed some light for us both here.
>
> On Nov 17, 10:14 am, fabio <3bi...@gmail.com> wrote:
> > Hello Landed.at,
> >
> > I like your vision of intengration between CakePHP and Joomla, not as
> > a bridging like Jake was supposed, but as two separate entities:
> > Joomla as good website administrable, CakePHP as a good webapp to
> > manage additional databases totally separated from Joomla database (ie
> > database of properties in a Real Estate Website).
> >
> > Did you came up with any working experiment using this model ?
> >
> > cheers
> >
> > fabio
> >
> > On 22 Ott, 12:37, "www.landed.at"  wrote:
> >
> > > I was thinking that it was also useful to know how one might have both
> > > frameworks working in the same folder structure but no bridge so to
> > > speak.
> > > Advantages could be thatjoomlaprovides a very good looking easy to
> > > administer website.then cakephp provides some really cool bespoke
> > > applications that it is hard to do withjoomla.
> > > The support forjoomlaseems to be dropping off in my opinion and the
> > > framework isnt really easy to pick up on to do something specific.
> >
> > > But what would the folder structure be
> >
> > > /root/cake
> > > /root/joomla
> >
> > > or
> >
> > > /root/cake/...vendors/joomla
> >
> > > or
> >
> > > /root/joomla/cake
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To post to this group, send email to cake-...@googlegroups.com.
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/cake-php?hl=.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-...@googlegroups.com.
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=.




Re: How I can integrate cakephp into Joomla.

2009-11-17 Thread www.landed.at
Hi

No I just thought that the most simple way was to not couple things
that did not need coupling ! The frameworks should not need to use
each other, that could be real messy. I just wanted to know what the
best folder structure could be for security etc..
I would create a custom module or component in joomla so using their
frameowrk convention here and somehow include the cake framework for
doing the special thing within this joomla component or module. Maybe
someone could shed some light for us both here.

On Nov 17, 10:14 am, fabio <3bi...@gmail.com> wrote:
> Hello Landed.at,
>
> I like your vision of intengration between CakePHP and Joomla, not as
> a bridging like Jake was supposed, but as two separate entities:
> Joomla as good website administrable, CakePHP as a good webapp to
> manage additional databases totally separated from Joomla database (ie
> database of properties in a Real Estate Website).
>
> Did you came up with any working experiment using this model ?
>
> cheers
>
> fabio
>
> On 22 Ott, 12:37, "www.landed.at"  wrote:
>
> > I was thinking that it was also useful to know how one might have both
> > frameworks working in the same folder structure but no bridge so to
> > speak.
> > Advantages could be thatjoomlaprovides a very good looking easy to
> > administer website.then cakephp provides some really cool bespoke
> > applications that it is hard to do withjoomla.
> > The support forjoomlaseems to be dropping off in my opinion and the
> > framework isnt really easy to pick up on to do something specific.
>
> > But what would the folder structure be
>
> > /root/cake
> > /root/joomla
>
> > or
>
> > /root/cake/...vendors/joomla
>
> > or
>
> > /root/joomla/cake

--

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-...@googlegroups.com.
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=.




Re: How I can integrate cakephp into Joomla.

2009-11-17 Thread David Roda
Hi everyone,

This advice is not specific to integrating CakePHP with Joomla, but I have
used it to integrate with other non Cake sites.

Here is an article which describes this extremely simple but powerful way to
boostrap cake into other applications.

http://debuggable.com/posts/the-ultimate-cakephp-bootstrap-technique:480f4dd5-2bcc-40cb-b45f-4b1dcbdd56cb

On Tue, Nov 17, 2009 at 4:14 AM, fabio <3bi...@gmail.com> wrote:

> Hello Landed.at,
>
> I like your vision of intengration between CakePHP and Joomla, not as
> a bridging like Jake was supposed, but as two separate entities:
> Joomla as good website administrable, CakePHP as a good webapp to
> manage additional databases totally separated from Joomla database (ie
> database of properties in a Real Estate Website).
>
> Did you came up with any working experiment using this model ?
>
> cheers
>
> fabio
>
>
> On 22 Ott, 12:37, "www.landed.at"  wrote:
> > I was thinking that it was also useful to know how one might have both
> > frameworks working in the same folder structure but no bridge so to
> > speak.
> > Advantages could be thatjoomlaprovides a very good looking easy to
> > administer website.then cakephp provides some really cool bespoke
> > applications that it is hard to do withjoomla.
> > The support forjoomlaseems to be dropping off in my opinion and the
> > framework isnt really easy to pick up on to do something specific.
> >
> > But what would the folder structure be
> >
> > /root/cake
> > /root/joomla
> >
> > or
> >
> > /root/cake/...vendors/joomla
> >
> > or
> >
> > /root/joomla/cake
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To post to this group, send email to cake-...@googlegroups.com.
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/cake-php?hl=.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-...@googlegroups.com.
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=.




Re: How I can integrate cakephp into Joomla.

2009-11-17 Thread fabio
Hello Landed.at,

I like your vision of intengration between CakePHP and Joomla, not as
a bridging like Jake was supposed, but as two separate entities:
Joomla as good website administrable, CakePHP as a good webapp to
manage additional databases totally separated from Joomla database (ie
database of properties in a Real Estate Website).

Did you came up with any working experiment using this model ?

cheers

fabio


On 22 Ott, 12:37, "www.landed.at"  wrote:
> I was thinking that it was also useful to know how one might have both
> frameworks working in the same folder structure but no bridge so to
> speak.
> Advantages could be thatjoomlaprovides a very good looking easy to
> administer website.then cakephp provides some really cool bespoke
> applications that it is hard to do withjoomla.
> The support forjoomlaseems to be dropping off in my opinion and the
> framework isnt really easy to pick up on to do something specific.
>
> But what would the folder structure be
>
> /root/cake
> /root/joomla
>
> or
>
> /root/cake/...vendors/joomla
>
> or
>
> /root/joomla/cake

--

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-...@googlegroups.com.
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=.




Re: How I can integrate cakephp into Joomla.

2009-10-29 Thread jonlyles

Other than the great looking templates, once I got involved with
cake,
I didn't see much benefit to Joomla anymore. Very few of the Joomla
extensions are really of commercial value to a developer.

Keymaster, do you Joomla for templates or do you have another
solution?


On Oct 15, 7:16 am, keymaster  wrote:
> > Please tell what the benefit of this is?
>
> A better benefit might be to build a bridging component to the
> hundreds ofJoomlatemplates (without using theJoomlaCMS codebase).
>
> Other than the great looking templates, once I got involved with cake,
> I didn't see much benefit toJoomlaanymore. Very few of theJoomla
> extensions are really of commercial value to a developer.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: How I can integrate cakephp into Joomla.

2009-10-22 Thread jacmoe

Why not help porting Mambo to CakePhp?
They started it, but haven't got very far.
It would be more sound than trying to Cake-ify Joomla! (*shudder*)
IMO. :)

On Oct 22, 1:37 pm, "www.landed.at"  wrote:
> I was thinking that it was also useful to know how one might have both
> frameworks working in the same folder structure but no bridge so to
> speak.
> Advantages could be that joomla provides a very good looking easy to
> administer website.then cakephp provides some really cool bespoke
> applications that it is hard to do with joomla.
> The support for joomla seems to be dropping off in my opinion and the
> framework isnt really easy to pick up on to do something specific.
>
> But what would the folder structure be
>
> /root/cake
> /root/joomla
>
> or
>
> /root/cake/...vendors/joomla
>
> or
>
> /root/joomla/cake
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: How I can integrate cakephp into Joomla.

2009-10-22 Thread www.landed.at

I was thinking that it was also useful to know how one might have both
frameworks working in the same folder structure but no bridge so to
speak.
Advantages could be that joomla provides a very good looking easy to
administer website.then cakephp provides some really cool bespoke
applications that it is hard to do with joomla.
The support for joomla seems to be dropping off in my opinion and the
framework isnt really easy to pick up on to do something specific.

But what would the folder structure be

/root/cake
/root/joomla

or

/root/cake/...vendors/joomla

or

/root/joomla/cake
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: How I can integrate cakephp into Joomla.

2009-10-15 Thread keymaster

> Please tell what the benefit of this is?

A better benefit might be to build a bridging component to the
hundreds of Joomla templates (without using the Joomla CMS codebase).

Other than the great looking templates, once I got involved with cake,
I didn't see much benefit to Joomla anymore. Very few of the Joomla
extensions are really of commercial value to a developer.



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: How I can integrate cakephp into Joomla.

2009-10-12 Thread Miles J

Please tell what the benefit of this is?

On Oct 12, 7:28 am, fahad19  wrote:
> there is a project called Jake:http://dev.sypad.com/projects/jake/
>
> On Oct 12, 11:39 am, arif hossen  wrote:
>
> > Dear All,
> > Please help me.
> > How i can integrate cakephp into Joomla .
>
> > --
> > Regards,
> > Mohammad Arif Hossen
> > Software Enginner
> > Epsilon Consulting and Development Services(ECDS)www.ecds-tech.com
> > +88 01714355911
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: How I can integrate cakephp into Joomla.

2009-10-12 Thread fahad19

there is a project called Jake: http://dev.sypad.com/projects/jake/

On Oct 12, 11:39 am, arif hossen  wrote:
> Dear All,
> Please help me.
> How i can integrate cakephp into Joomla .
>
> --
> Regards,
> Mohammad Arif Hossen
> Software Enginner
> Epsilon Consulting and Development Services(ECDS)www.ecds-tech.com
> +88 01714355911
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



How I can integrate cakephp into Joomla.

2009-10-11 Thread arif hossen
Dear All,
Please help me.
How i can integrate cakephp into Joomla .

-- 
Regards,
Mohammad Arif Hossen
Software Enginner
Epsilon Consulting and Development Services(ECDS)
www.ecds-tech.com
+88 01714355911

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---