The Fashiolista team is in New York for the fashion week. I’m looking forward to meet some local tech startups.…
Latest
It sure seems so: The php: var_dump(array(‘mynumber’=>42.2)); var_dump(json_encode(array(‘mynumber’=>42.2))); The result: array(1) { [“mynumber”]=> float(42,2) } string(17) “{“mynumber”:42,2}” Notice the 42,2.…
I tended to use fixtures in order to save my data before propel-build-all commands. In a discussion on syncing development…
For those trying to debug their CSS in Internet Explorer (if you still support that browser) Have a look at…