Gadgets
Here a nice little cookie wrapper. It’s mainly based on the Quirksmode code with some nice Prototype style. Have a…
Just a link this time, great reference on design patterns: http://www.mcdonaldland.info/2007/11/28/40/
Note: We are actively seeking to hire exceptional PHP programmers. More on the job offering at the bottom of this…
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…