Zend Framework
Tag details
Welcome to the 'Zend Framework' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'Zend Framework'.
Latest blogosphere posts tagged “Zend Framework”
-
Configuring Zend Framework to Work with a Local Development Environment
The Coding Pad —
Authority: 116
The NETTUTS web development blog just posted a tutorial screencast that I did on how to configure the Zend Framework and Wampserver to work together. The steps that I go through to do this can be adapted to any Apache, MySQL, PHP stack with some minor changes.The Zend framework is an open source, powerful PHP ...3 days ago -
A greasy framework
wheresrhys —
Authority: 120
As I think I may have mentioned , the latest project I worked on I’ve been using the Zend Framework for all the server-side development. Over the last few months I’ve developed a love hate relationship with it. On the plus side it does pretty much everything I need without needing too much customisation, a few ...1 week ago -
Zend_Auth and more than one record matches the supplied identity
RobertBolton.com —
Authority: 103
The Zend_Auth Db adapter will fail if you have more than one record returned, which makes sense. However, when I have coded something like this in the past, I would check how many records were returned with a matching username and password. Zend_Auth looks at how many records are returned for the username field ...1 week ago -
New Zend_Feed_Writer Component And Zend_Feed_Reader Enhancements (ZF 1.10)
Maugrim The Reaper's Blog —
Authority: 405
Zend_Feed has always been a thorn in my side, so Im pretty satisfied with myself (egomaniac!) now that I am building up what I like to consider a pretty good set of components for consuming and creating feeds without needing a hastily kicked together DIY processor on top of Zend_Feed. For those still (for mysterious ...1 week ago -
Accessing ZF Application Resources In Controller
Jon's Blog —
Authority: 395
My friend Rob Allen recently posted a quick how-to on how to access your configuration data in application.ini file while in a controller or action helper. The one part Rob didn’t touch on was how to get resources back. Resources are set when you return something out of your _init . For example when you use ...1 week ago -
ZF Curly Quote Character Filter
Jon's Blog —
Authority: 395
If your like me and have people who like to write stuff in MS Office first and then post it to the web you get the silly quotes and such that word uses. The quotes and such are not valid UFT-8 and that’s how I like to store my data in my database so it usually dumps out with an error. I’ve come up with the ...2 weeks ago -
ServerGrove sponsoring Zendcasts
ServerGrove Web Hosting Blog —
Authority: 458
We wanted to give a big thank you to Jon Lebensold for the great work he is doing with Zendcasts. He is really helping the Zend Framework community with some of the best Zend Framework webcasts out there and we are very excited to be sponsoring Zendcasts for our very first episode on the topic of Doctrine Relations ...2 weeks ago -
Juozas Kaziukenas Blog: Why Zend Framework?
Computer & Internet - computer-internet.marc8.com —
Authority: 163
In a new post Juozas Kaziukenas takes a look at reasons he thinks you should (or shouldnt?) use the Zend Framework for your next application. read more2 weeks ago -
Zend Framework, XSS Vulnerabilities, And The Apocalypse
Maugrim The Reaper's Blog —
Authority: 405
See what I did just there? Its going to give you nightmares tonight. If I had more title space, I might throw in Winchester to get the Supernatural fans salivating. But really, what relation do these terms have with each other? Well, nothing...yet. You can fantasise about possible connections though. Indeed, I ...2 weeks ago -
Tibo Beijens Blog: Using Zend_Form without Zend Framework MVC
Computer & Internet - computer-internet.marc8.com —
Authority: 163
Tibo Beijen has a recent post to his blog about using a popular component of the Zend Framework, Zend_Form, without having to use the entire framework to get it. read more2 weeks ago -
Zend_Filter_StripTags: Friend, Foe, or Security Nightmare?
Maugrim The Reaper's Blog —
Authority: 405
Its been bugging me on and off for a long time now, that people use Zend_Filter_StripTags. Personally I dont use it for a number of reasons, but whats obvious to me may not be so obvious to everyone. Its a messy world we live in, and blind trust is one of the ways anyone can be led astray. Besides, Im a genius - my ...2 weeks ago -
Zend Framework 2.0 Is Coming! Are You Paying Attention End-Users?
Maugrim The Reaper's Blog —
Authority: 405
Its somewhat common knowledge that the upcoming Zend Framework 1.10 release may be the final minor release in this branch of the Zend Framework. From that point forward many of us will be focused on Zend Framework 2.0. Whats interesting, to a degree, is how little attention this seems to be getting. One of the major ...2 weeks ago -
Zend Developer Zone: Results of Novembers ZF Bug Hunt Days
Computer & Internet - computer-internet.marc8.com —
Authority: 163
Matthew Weier OPhinney has posted the results of the latest Bug Hunt Days for the Zend Framework that happened back on November 19th and 20th. More than 120 issues were closed out and several made it into that next release of the framework. read more2 weeks ago -
Site News: Blast from the Past - One Year Ago in PHP
Computer & Internet - computer-internet.marc8.com —
Authority: 163
Heres what was popular in the PHP community one year ago today: Smashing Magazine: 10 Useful RSS-Tricks and Hacks For WordPress php|architect: Call for Papers for php|tek Conference Jani Hartikainens Blog: NetBeans 6.5 review (with PHP support) Knut Urdalens Blog: Yii Framework 1.0 released! ...2 weeks ago -
Results of Novembers ZF Bug Hunt Days - Zend Developer Zone
Computer & Internet - computer-internet.marc8.com —
Authority: 163
Zend Framework held its third monthly Bug Hunt Days in November on the 19th and 20th. During that time, we closed more than 120 issues in the tracker, many of which made it into the 1.9.6 release the following Tuesday.2 weeks ago -
Setting up a new Site with Zend Framework Application/Tool
RobertBolton.com —
Authority: 103
It’s been awhile since I had to set up a new site with Zend Framework, and I took the chance to play around with Zend_Tool_Project. Following the QuickStart guide , I had a site up and running in no time. But it did take me a little while to figure out how to get my modules and custom library working with the site. ...3 weeks ago -
Rob Allens Blog: Accessing your configuration data in applicati...
Computer & Internet - computer-internet.marc8.com —
Authority: 163
Rob Allen has a quick tip for Zend Framework users looking to get to the configuration values in their application.ini file. read more3 weeks ago -
Robert Basics Blog: Chaining routes in Zend Framework
Computer & Internet - computer-internet.marc8.com —
Authority: 163
Robert Basic has a quick new tutorial about chaining routes in your Zend Framework applications: read more3 weeks ago -
Pablo Viquezs Blog: Zend_Log, FirePHP and Zend_Application. How...
Computer & Internet - computer-internet.marc8.com —
Authority: 163
Pablo Viquez has written up a mini-tutorial on getting your Zend Framework applications errors to log out to the Firebug panel (from the extension) with the help of FirePHP and Zend_Log. read more3 weeks ago -
New Zend Framework book
Christer's blog o' fun —
Authority: 99
The other day I received a book — Zend Framework 1.8 – Web Application Development — for review. I’ll read through it as soon as I can and write a review that I will publish on my blog.3 weeks ago

