Tag: PHP
-
Delegate Rendering in Symfony
Warning: pretty advanced Symfony ahead: if you’re not familiar with the framework, this wouldn’t make sense. I recently developed a bare-bones API for Mobshare (it’s not yet live), and to keep everything clean, I abstracted away the rendering bit from the controller to an external class. It ended up being a sweet solution, so here […]
-
MiniPosts fix
This is a fix for the excellent Miniposts plugin by Morgan Doocy. There’s a miniposts2 variant that includes this fix as well, but since I don’t use widgets yet (or maybe will never) here’s the fix. Took me around a half hour of hacking. Thanks to this excellent guide. [The problem was every time somebody […]
-
Getting Rich with PHP 5
Getting Rich with PHP 5, some good optimization tricks too by the guy who made PHP.