PHP: References, Scoping, Arrays and Function Design
Surprisingly, a lot of PHP code that I see in the industry rarely makes use of the ideas of references.
Read MoreHitting Where It Hurts and Making the Universe Like It
Hitting Where It Hurts and Making the Universe Like It
Surprisingly, a lot of PHP code that I see in the industry rarely makes use of the ideas of references.
Read MoreI found an interesting undocumented consequence when you override the _renderItem function with one of your own. Most people might
Read MoreOne of the things I’m developing a love for with Symfony 2 is how Doctrine, forms and Twig work together
Read MoreA friend of mine was talking about giving oDesk a shot for contracting/freelancing. Since I’m looking for various possibilities in
Read MoreThe examples over on the Symfony 2 site regarding building a security system, while decent, are somewhat incomplete and a
Read MoreWhile creating a phpunit test against a form for Symfony 2, I encountered an interesting problem that made little sense
Read MoreFrom what I can tell, the Symfony 2 cookbook does not have a decent example for handling entity validations and
Read MoreBack in high school, one of my stricter English instructors forced us to keep a daily log to get us
Read MoreThe examples from the documentation on the Symfony 2 site did not explain how one could render a list of
Read MoreI created a new bundle for my application and am attempting to move towards a more serious mode of programming.
Read More