Hi,
What is the best way to install Doctrine 2 on Windows 7? I'm running WampServer 2.0.
Thanks
Hi,
What is the best way to install Doctrine 2 on Windows 7? I'm running WampServer 2.0.
Thanks
Step 1: Download
Visit the Doctrine download page. They give you several options - If you're using a source control tool, which is recommended, you can check out the latest Doctrine 2 from github using git or SVN, or you can download the source directly.
Step 2: Configuration
Once you've downloaded Doctrine, there's no installation required - just make sure Doctrine is included either explicitly or in your include path and you can start using it. To use Doctrine in your app, you need to run a few commands when your app starts up to load and configure Doctrine. The Configuration section of the Doctrine documentation walks you through the steps and options for initializing Doctrine in your app.