Tag Archives: PHP
Getting Started with ORM in PHP
Time to learn another OO framework. The fun never ends. Getting Started with ORM in 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 Studio – PHP Content Assist fails? No, just the documentation
PHP Editor Content Assist fails – version control code You have GOT to be kidding me! I spent weeks trying to discover why my “code sense” feature suddenly disappeared after putting my code under version control. Lo and behold, somehow … Continue reading
Filed under All things Zend, PHP
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
What frustrating thing am I doing today….?
Installing xDebug 2.0.4 or 2.1 on OSX | DLMax. For the life of me, I cannot get the Zend Debugger to work whatsoever. I’ve followed every instruction and tutorial I could find — nothing! So, let’s try xDebug. What the … Continue reading
Filed under Development, PHP
Link to PHPUnit tutorial
Chapter 1. Automating Tests. Yet another technology to add to my repertoire. Sometimes I feel like my head is going to explode. Hey, if anyone has tips to share on how to get up to speed on PHPUnit quickly, I’d love to … Continue reading
Filed under PHP