This problem got me for a few hours the other day and google was barely helpful. So I thought I'd share this.
When you write a custom validator, you have to tell the form object where to look. I was unable to find a way for the autoloader to find it (please correct me if there is!). I'm not a fan of this syntax because I don't like burying and hard coding path information this deep into the code, especially with a framework as configurable as Zend.
Hey, Something Shiny!
My random thoughts and realizations. Mostly on web development.
Wednesday, August 25, 2010
Friday, March 19, 2010
Why I left Prototype for Jquery
How I Found Prototype
The reason I first stumbled on Prototype was because of digg. This is not the modern day digg that seems to enjoy lambasting Sarah Palin, but the prehistoric digg that was only tech news (the digg I miss that was slashdot++). I discovered it while digging (no pun intended) through their page source. I even "borrowed" one or two of their functions (Effect.FadeKeepSpace()) in my own digg clone that I wrote for TribalWar.
Prototype was great. It dealt with all of the cross-browser nonsense that made web development suck (mostly the fault of the engineers behind that abomination we call Internet Explorer). I still remember the day that I gave up using document.all for document.getElementById(). I relished in doing something the way it was supposed to be done.
The joy of typing $() over document.getElementById() still exists to this day. Short, sweet, and incredibly useful. I will admit that I did not really understand the power of $$() and css selectors until after my indoctrination to jquery but, it really does not matter in the grand scheme of things.
The reason I first stumbled on Prototype was because of digg. This is not the modern day digg that seems to enjoy lambasting Sarah Palin, but the prehistoric digg that was only tech news (the digg I miss that was slashdot++). I discovered it while digging (no pun intended) through their page source. I even "borrowed" one or two of their functions (Effect.FadeKeepSpace()) in my own digg clone that I wrote for TribalWar.
Prototype was great. It dealt with all of the cross-browser nonsense that made web development suck (mostly the fault of the engineers behind that abomination we call Internet Explorer). I still remember the day that I gave up using document.all for document.getElementById(). I relished in doing something the way it was supposed to be done.
The joy of typing $() over document.getElementById() still exists to this day. Short, sweet, and incredibly useful. I will admit that I did not really understand the power of $$() and css selectors until after my indoctrination to jquery but, it really does not matter in the grand scheme of things.
Subscribe to:
Posts (Atom)