Doctrine 2 CHM Manual

No Comments

Because it’s hard to search through doctrine 2 manual, I put together chm file (where you can do search).

Download: Doctrine 2 CHM manual (size: 334.35 kB)

DateTime type in Doctrine 2

No Comments

Probably in every DB Schema there is at last one datetime field. If not for other, just for logging when something was inserted.

As I already wrote there are some bugs in doctrine 2 when you try using it with msSQL. You should first read how to connect doctrine 2 and mssql. And there is another bug. Datetime type is not working correctly. Working with beta 2 I didn’t notice it because type just returned null. In beta 3 that was changed, and exception is thrown if datetime could not be converted to DateTime.

More

Doctrine 2 + Zend Framework

1 Comment

If you want to combine zend framework (zf)and doctrine 2, you will probably notice that there is not much written about that topic (there’s a lot about ZF and doctrine, but not how to work with both of them together).

More

Doctrine 2 + msSQL

1 Comment

If you are planning to use Doctrine 2 with Microsoft SQL server, you will probably have some problems. OK Doctrine 2 is still in beta version (currently there is beta 3), but obviously developer who are working on that project don’t have any windows machine (and yes that is true, according to my discussion on official doctrine irc channel (#doctrine @ freenode), most of them are working with Mac OS and Linux ;) ).

More