On Fri, May 9, 2008 at 4:54 PM, Novice Programmer
<[EMAIL PROTECTED]> wrote:
> Hello,
>
> I used to run php CLI thro exec function passing it the required php file. I
> know want to port this code to Cake PHP semantics but the problem i am
> facing is that Cake has got seprate ways to execute on linux and on windows.
> on *nix it must be ./cake(as m on a shared host) console applicaiton and on
> windows it should be cake.bat. I am developing on windows system and
> deploying on linux system. How do i work around this problem?

What is it that you're trying to do that you think you need to use the
Cake console for?

It has also been my experience that as long as you put the Cake
console script in your path, and the PHP executable in your path, it
does not matter if you're on Linux or Windows.

-- 
Chris Hartjes
Internet Loudmouth
Motto for 2008: "Moving from herding elephants to handling snakes..."
@TheKeyBoard: http://www.littlehart.net/atthekeyboard

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to