Tag Archives: Zend Framework
Another day, another technology…
dojox.form.manager — The Dojo Toolkit – Reference Guide. Here’s what’s on my plate for the near future. I need to implement form element hiding using Dojo with the Zend Framework. If you do too, then follow this link.
Filed under All things Zend, PHP
Can I get an answer? Anyone? Anyone? Buehler?
desc via Zend_Db_Select multiple table joins explained « ThinkRobot. Occasionally, I find the exact answer to my question. Straightforward and to the point. Today was one of those rare days.
Filed under All things Zend, PHP
Zend_forms in your models vis-a-vis MVC
Using Zend_Form in Your Models – phly, boy, phly. If you use Zend Framework for web development, get to know this guy. At my knowledge level, this discussion is over my head, but I’m blogging it because I know I’ll … Continue reading
Filed under All things Zend, Development
What’s “eating my lunch” today?
Zend_Form_Element_Image For whatever reason, I cannot reference one of my form images. Those images called in the static page are referenced by prepending $this->baseURL . to the source code like this” php echo $this->baseUrl() . ‘/images/roundtable2-rightline.jpg’?>”> But, I can’t do … Continue reading
Filed under Development, PHP