Archive for January, 2010
Friday, January 29th, 2010
...and especially not if you get the impression that the dump will afterwards be readable by the doctrine:data-load command of symfony.
It was a costly lesson today when I tried to reimport a dump of a couple of Sympal tables. One of them, the one which models the menu items, has ...
Posted in Coding, Rants, Work | 2 Comments »
Monday, January 25th, 2010
Imagine you have a business method in your model which needs to be accessed by two environments: once from a symfony task and once from the web. So far so good, now what if this business method should be able to log contents somewhere visibly, in case of the command ...
Posted in Coding, Tips, Work | 1 Comment »
Monday, January 18th, 2010
The monotone developers are proud to announce the release of version 0.46. The highlights in this release are bisection support - thanks to Derek Scherger! - and the possibility to call the automation interface over the network - thanks to Timothy Brownawell!
Please note that stdio interface has been changed in ...
Posted in Coding, monotone | No Comments »
Friday, January 15th, 2010
My latest Symfony project uses Doctrine as ORM, which is considered to be a lot better than Propel by many people...
Well, not by me. Doctrine seems to have a couple of very good concepts, amongst them built-in validators, a powerful query language, and last but not least, an easy schema ...
Posted in Coding, Rants, Work | No Comments »