Technically, you could probably use portable php and somehow mangle it to 
work, but I doubt you'd get the performance you want. You're best bet is 
probably AMFPHP webservices...

Kevin

----- Original Message ----- 
From: "Ryan Guill" <[EMAIL PROTECTED]>
To: "CF-Talk" <[email protected]>
Sent: Monday, September 05, 2005 1:58 PM
Subject: Re: Calling php class / function from a cfc


> Now this is off the wall out of the box thinking here, and I havent
> done php in a while, but isnt php built in c++?  if so, would it be
> *possible* to use a php in a cfx tag?  I doubt it very seriously, but
> I thought I would throw it out there...
>
> On 9/5/05, Bram Plessers <[EMAIL PROTECTED]> wrote:
>> Thanks for your clear answer !
>>
>> On 9/5/05, Brian Kotek <[EMAIL PROTECTED]> wrote:
>> >
>> > No, you can't. CF only allows creation of Java, CFCs, web service, and
>> > COM components. If you want to call a PHP class and get data back from
>> > it, calling it as a web service is probably the best route.
>> >
>> > On 9/5/05, Bram Plessers <[EMAIL PROTECTED]> wrote:
>> > > Assume I have a php class which acts kind a like
>> > > a cfc. Can't I use createobject or cfinvoke to interact
>> > > with the php class ?
>> > >
>> > > On 9/5/05, Ryan Guill <[EMAIL PROTECTED]> wrote:
>> > > >
>> > > > Webservices maybe...?
>> > > >
>> > > > On 9/5/05, Bram Plessers <[EMAIL PROTECTED]> wrote:
>> > > > > Thanks for your response.
>> > > > >
>> > > > > That's an option, but isn't CF able to communicate
>> > > > > with php or other server side languages on another
>> > > > > level ? ( a tighter integration )
>> > > > >
>> > > > > On 9/5/05, JediHomer <[EMAIL PROTECTED]> wrote:
>> > > > > >
>> > > > > > You could possibly run a CFHttp call to a php file, passing all
>> > the
>> > > > > > relative information as a POST or GET, then get the php file to
>> > > > > > display the result, thus allowing you to parse the response?
>> > > > > >
>> > > > > > HTH
>> > > > > >
>> > > > > >
>> > > > > > On 05/09/05, Bram Plessers <[EMAIL PROTECTED]> wrote:
>> > > > > > > Hello,
>> > > > > > >
>> > > > > > > I'm running into problems cause I'm on a headless Unix system
>> > > > > > > that runs Coldfusion.
>> > > > > > >
>> > > > > > > I looked into several components and they all have the same
>> > issue
>> > > > > > > with Java an such system.
>> > > > > > >
>> > > > > > > I can also run PHP on my server, so now I want to use a php
>> > class
>> > > > > > > to resize images. But how can I call such a PHP class from my
>> > > > > > > coldfusion code ?
>> > > > > > >
>> > > > > > > Thanks
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > >
>> > > > > >
>> > > > >
>> > > > >
>> > > >
>> > > >
>> > >
>> > >
>> >
>> >
>>
>>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217391
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to