Doctrine 2 CHM Manual
Aug 26
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)
Thoughts
Aug 26
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)
Aug 24
Develop, Doctrine, SQL, Zend Framework datetime 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.
Aug 20
Develop, Doctrine, Zend Framework application resource, doctrine2, 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).
Aug 18
Develop, Doctrine, SQL doctrine2, 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
).