Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm a noob to PEAR and Doctrine and got into trouble while trying to install doctrine . From Doctrine's website:

You can install the release through Github, download, PEAR or Composer

Since the 'download' doesn't actually link to anything I tried using PEAR.

In c:\xampp\php\ I ran this line as explained in the website

pear install doctrine/DoctrineCommon-2.3.0

And it seemed to go well. However - where is the package downloaded to ? I need the files themselves since I need to drag them to my CodeIgniter folder.

From Google, this is Doctrine's download page http://www.doctrine-project.org/projects/orm/download which isn't working ...

share|improve this question
Its probably easiest to use github/composer. The site has been somewhat out of date. As reguards to PEAR, it installs itself into a folder defined in php.ini. Usually this is part of the include_paths setting. – datasage Feb 11 at 15:54

1 Answer

up vote 1 down vote accepted

Have you looked on Google?

Also, you can find the last Doctrine 2 ORM version here.

share|improve this answer
That should be enough thanks ... – Joel_Blum Feb 11 at 16:21

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.