开发者

Propel as a Standalone Library

开发者 https://www.devze.com 2023-01-21 07:23 出处:网络
I want to use Propel 开发者_开发知识库as a Standalone Library just as Qcodo or Doctrine e.g. without using Pear or Phing. I want to run both the generator and runtime in a Phing Free and Pear Free Env

I want to use Propel 开发者_开发知识库as a Standalone Library just as Qcodo or Doctrine e.g. without using Pear or Phing. I want to run both the generator and runtime in a Phing Free and Pear Free Environment. Is that Possible ?


It is planned that Propel generator runs without Phing for version 1.6 (http://www.propelorm.org/ticket/855)

AFAIK Propel runtime doesn't require Phing and can be embedded in any application.


You can download propel in a tarball, or get it through checkout from the subversion repository, or PEAR. :)

Edit: Of course you will still need phing to use propel, as it lists phing as a hard dependency for the generator.

Maybe you can comment as of why you don't want phing or which problem you encountered when you tried to install it?

0

精彩评论

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