开发者

How to make Zend Framework CLI work in Aptana Studio 3's terminal view?

开发者 https://www.devze.com 2023-01-22 15:06 出处:网络
I\'m trying to make Zend\'s command line tool to work in Aptana\'s terminal view (on Windows), so I can use commands like \"zf create model User\" directly from aptana.

I'm trying to make Zend's command line tool to work in Aptana's terminal view (on Windows), so I can use commands like "zf create model User" directly from aptana.

So far I've managed to get the zf command work by making an alias like this alias zf=/path/to/zend/bin/zf.sh but now I'm stuck because I have to make php's cli work开发者_开发知识库 too.. and I guess i can't do the same thing since I have a Windows version of php.

Is there a better way (adding zf to PATH?) to do this? A step by step tutorial would be highly appreciated...


You should check:

  • http://blog.flashgen.com/php-development/adding-zend-tool-as-an-external-command-in-eclipse/
  • http://blog.madarco.net/263/using-zend_tool-in-eclipse/
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号