Updated: 2009-11-29 15:50:42
: : : News Feed Jobs Feed Sections Tutorials Books Events Talks Jobs Recent Jobs Job Posting : JKPorto Inc Recruiter Seeks Lead PHP Developer New York , NY Job Posting : Huges Media Seeks Mid Sr Level PHP Developer Worcestershire , UK Job Posting : Accucom Seeks Mid-Senior PHP MySQL Developer Boston , MA Job Posting : MyMajorCompany Seeks PHP Developer Webmaster London , UK Job Posting : Blend HRM Inc . Seeks PHP Guru Toronto , Canada Job Posting : Zacks Investment Research , Inc . Seeks Senior PHP Developer Chicago , IL Job Posting : Cambridge Technology Enterprises Seeks PHP Web Applications Developer Ramsey , NJ Job Posting : Stealth Mode Startup Seeks PHP Software Engineer San Francisco , CA Job Posting : White October Seeks Senior Junior PHP Developers Oxford , UK Job Posting : Fluendo Embedded Seeks Software Engineer Barcelona , Spain News Archive IBuildings Blog : PHP Caching on Windows : A managers perspective Site News : Popular Posts for the Week of 11.27.2009 Community News : Latest Release of Rediska CatsWhoCode.com : 10 awesome things to do with cURL Symfony Blog : Books for symfony 1.3 1.4 Site News : Blast from the Past One Year Ago in PHP Community News : TEK-X
Updated: 2009-11-27 13:08:25
: : News Feed Jobs Feed Sections Tutorials Books Events Talks Jobs Recent Jobs Job Posting : JKPorto Inc Recruiter Seeks Lead PHP Developer New York , NY Job Posting : Huges Media Seeks Mid Sr Level PHP Developer Worcestershire , UK Job Posting : Accucom Seeks Mid-Senior PHP MySQL Developer Boston , MA Job Posting : MyMajorCompany Seeks PHP Developer Webmaster London , UK Job Posting : Blend HRM Inc . Seeks PHP Guru Toronto , Canada Job Posting : Zacks Investment Research , Inc . Seeks Senior PHP Developer Chicago , IL Job Posting : Cambridge Technology Enterprises Seeks PHP Web Applications Developer Ramsey , NJ Job Posting : Stealth Mode Startup Seeks PHP Software Engineer San Francisco , CA Job Posting : White October Seeks Senior Junior PHP Developers Oxford , UK Job Posting : Fluendo Embedded Seeks Software Engineer Barcelona , Spain News Archive IBuildings Blog : PHP Caching on Windows : A managers perspective Site News : Popular Posts for the Week of 11.27.2009 Community News : Latest Release of Rediska CatsWhoCode.com : 10 awesome things to do with cURL Symfony Blog : Books for symfony 1.3 1.4 Site News : Blast from the Past One Year Ago in PHP Community News : TEK-X
Updated: 2009-11-27 00:38:05
A new version of the Rediska library has been released today, version 0.2.1. Rediska is a PHP client for Redia, a key/value database system (written in C) that's similar to memcache.
It can be used like memcached, in front of a traditional database, or on its own thanks to the fact that the in-memory datasets are not volatile but instead persisted on disk. One of the cool features is that you can store not only strings, but lists and sets supporting atomic operations to push/pop elements.
The library includes multiple server support, content hashing, keys as objects and full Zend Framework integration. You can find out more about the project on its site or just download the latest version.
Updated: 2009-11-26 23:03:23
On the CatsWhoCode.com blog there's a new post looking at a few cool things (ten, to be precise) you can do with the cURL extension in PHP.
New to cURL? If yes, check out the following articles to learn the purposes and basics of cURL/libcurl. [...] Please note that some of the techniques shown here can be used for "blackhat" methods. The goal of this article is only educationnal, please do not use any of the snippets below for illegal stuff.
Their ten cool things incldue:
Get download speed of your webserver
Publish a post on your WordPress blog, using cURL
Post comments on WordPress blogs
Get feed subscribers count in full text
Get the content of a webpage into a PHP variable
Updated: 2009-11-26 21:47:11
The Symfony blog has a new post with links to some books to help you work with the latest version of the framework - Symfony 1.3/1.4.
The symfony 1.3 and 1.4 final releases are just around the corner, and will probably be published next Monday. As you might have noticed, the symfony documentation have also been updated to take into account the changes made in those two new versions.
They mention the books "Getting Started with Symfony 1.3 & 1.4", the "Symfony 1.3 & 1.4 Reference Guide" and "Practical symfony 1.3 & 1.4". You can either read the contents of them online or you can order them directly from Amazon as a published book.
Updated: 2009-11-26 13:03:30
: : News Feed Jobs Feed Sections Tutorials Books Events Talks Jobs Recent Jobs Job Posting : JKPorto Inc Recruiter Seeks Lead PHP Developer New York , NY Job Posting : Huges Media Seeks Mid Sr Level PHP Developer Worcestershire , UK Job Posting : Accucom Seeks Mid-Senior PHP MySQL Developer Boston , MA Job Posting : MyMajorCompany Seeks PHP Developer Webmaster London , UK Job Posting : Blend HRM Inc . Seeks PHP Guru Toronto , Canada Job Posting : Zacks Investment Research , Inc . Seeks Senior PHP Developer Chicago , IL Job Posting : Cambridge Technology Enterprises Seeks PHP Web Applications Developer Ramsey , NJ Job Posting : Stealth Mode Startup Seeks PHP Software Engineer San Francisco , CA Job Posting : White October Seeks Senior Junior PHP Developers Oxford , UK Job Posting : Fluendo Embedded Seeks Software Engineer Barcelona , Spain News Archive IBuildings Blog : PHP Caching on Windows : A managers perspective Site News : Popular Posts for the Week of 11.27.2009 Community News : Latest Release of Rediska CatsWhoCode.com : 10 awesome things to do with cURL Symfony Blog : Books for symfony 1.3 1.4 Site News : Blast from the Past One Year Ago in PHP Community News : TEK-X
Updated: 2009-11-26 09:35:00
Ibuildings Blog ibuildings.nl Blog Ibuildings , blog Ibuildings the PHP Professionals Home Diensten Klanten Case Studies Resources Zend Producten Over Ibuildings Contact Blog Home Blog Cal's Blog Cal Evans Director of PCE Cal Evans is the Director of the PHP Center for Expertise at Ibuildings . He has been involved in IT development and management for the past 26 years and for the past 9 has developed primarily in PHP and MySQL . Cal is the author of a book and many articles on PHP development and can regularly be seen speaking at PHP conferences around the world . Cal blogs regularly at http : blog.calevans.com Donderdag , 26 november 2009 PHP Caching on Windows : A managers perspective Putt's : law Technology is dominated by two types of people : those who understand what they do not manage , and those who manage what they do not understand . Archibald Putt Recently Microsoft released its opcode caching solution for PHP on Windows On techPortal we've published a benchmark In this article , I want to look at things from a manager's . perspective As PHP extends its reach further into corporate networks , IT managers have yet another technology that they have to understand so that
Updated: 2009-11-25 23:54:03
According to this new post from the TEK-X blog today, the online registration now open and has the Early Bird registration prices available.
The Call for Papers for TEK-X is finally over-with more than ten proposals submissions for each slot available in the schedule, our evaluation committee is hard at work preparing the best schedule for what promises to be a can't-miss event for PHP developers in 2010.
You can reserve your spot via their online registration form and get Early Bird pricing until January 31st, 2010. There's several other discounts you can get as well for government, academic and user group members (and more!)
Updated: 2009-11-25 22:00:15
Giorgio Sironi has a new post talking about his upcoming eBook for all of those interesting in testing PHP applications - "Practical PHP Testing (Don't Let Your PHP be Eaten Alive)".
This publication focuses on testing and designing php code, with the aid of the leading tool for test automation, PHPUnit. Testing is a skill which is often neglected by php developers, but testable code inherit many benefits of the good design rules it is forced to observe.
The book will include the content of his testing series of posts, code examples, a glossary of commonly used terms and several Test-Driven Development exercises in each chapter. He looking to have it published during the beginning of December and will be released under a Creative Commons license. Here's a sneak peek at the cover.
Updated: 2009-11-25 17:53:29
Adam Jensen has written up a quick tutorial about using Doctrine record listeners to link a Zend_Acl component with your database.
In previous Zend Framework apps I've written, I often handled access control at the level of the controller action. Each action was represented in the ACL as a resource, and the ACL logic was applied by a custom plugin just prior to any action dispatch. [...] As a result of these concerns, I decided on a lower-level, model-centric approach for this blog: my models are my resources. Each model class implements Zend_Acl_Resource_Interface, and the ACL specifies "create," "read," "update" and "destroy" privileges for each class (more or less).
Checking for the permissions with a setup like this can be time consuming, though, so he found an ally in the record listeners Doctrine allows you to set. He combines a Doctrine_Record_Listener object with a Zend_Acl one in a preInsert method with a getCurrentRole to add the user handling all in one place.
Updated: 2009-11-25 15:19:07
On the IBuildings techPortal today there's a new podcast posted in the Dutch PHP Conference series - David Soria Parra's talk on analyzing web applications with Dtrace.
DTrace is the Swiss army knife to analyze the behavior of applications and enabling you to gather detailed information from the bottom of your application stack up to the top. DTrace is used by system administrators and developers, on Solaris, Mac OSX and FreeBSD, to do in-depth analysis of an application, to find and reduce performance bottlenecks and problems in productive system. The talk will give an introduction how to use DTrace's capabilities in web development, reflect the current state of DTrace support in PHP and show examples how to trace PHP script in production.
You can listen to this latest episode via their in-page player.
Updated: 2009-11-24 19:30:59
The Zend Framework team is pleased to announce the immediate availability of
the 1.9.6 release. This release is the sixth maintenance release in the 1.9
series, and includes more than 60 bugfixes, most of them from this month's
bug hunt days, held last Thursday and Friday.
You may download it from the Zend Framework site .
Updated: 2009-11-20 17:28:19
I just this morning pushed a new version of Zend DevZone, and the biggest change was a move to Zend Framework version 1.9.5 – Why is this important? Because it was previously running v1.0.1 ( gasp ), and I wanted to tell the story of the work it took to upgrade.
Updated: 2009-11-18 15:18:13
The 2010 Spring Edition of the International PHP Conference ( IPC ) has opened up it’s call for papers
Updated: 2009-11-17 19:30:39
Jon Lebensold, founder of Zendcasts.com, is hosting a live webinar tomorrow (11/18) on how to build a Google Wave Gadget, using Quickbase and Zend Framework. Sign up now to attend!
Updated: 2009-11-17 19:15:19
Zend Developer Zone Advancing the art of PHP Login Register Contribute Username : Password : Processing login . Please wait . Home Articles Tutorials Podcasts News Events Forums PHP Manual Quick Links Get PHP Zend Home Page Zend Framework Zend Server CE Zend Server Zend Studio Zend Guard php|architect PHP Podcasts Loading feed Loading feed Loading feed Search Indexing Web Content with PHP and SWISH-E Vikram Vaswani 1 comment Tuesday , November 17, 2009 Indexing Web Content with PHP and SWISH-E A Crowded Marketplace In a previous article , I'd demonstrated how to build a simple email search system in PHP using two indexing tools , Sphinx and the Zend Framework's Lucene implementation . Now , while these are undoubtedly two of the most popular tools available , open source is all about choice . and so , it should come as no surprise that there exist a number of alternatives , many of them equaling Sphinx and Zend_Lucene in sophistication and speed . This article deals with one such alternative , SWISH-E aka the Simple Web Indexing System for Humans Enhanced . As the name suggests , SWISH-E is particularly good at indexing Web content , be it in text , HTML , XML , PDF or DOC format .
Updated: 2009-11-17 18:17:42
The Zend Framework 1.9 release added a new feature - Zend_Rest_Controller. Zend_Rest_Controller and Zend_Rest_Route classes go hand in hand. In the previous versions of the Zend Framework, we have had the Zend_Rest_Server component. We still have. Since Zend_Rest_Server provides an RPC like component violating the REST architectural constraint, it is likely to be deprecated in the future versions of the Zend Framework.
Learn how to create RESTful applications using the Zend Framework
Updated: 2009-11-16 16:26:25
This upcoming Thursday and Friday, 19-20 November 2009, Zend Framework will
host its third monthly bug hunt. For those of you unfamiliar with the event,
each month, we organize the community to help reduce the number of open
issues reported against the framework. Past events have netted around 100
issue closures over each two-day period -- and we want to continue the
momentum.
Updated: 2009-11-14 11:06:13

An Internet application administrator can obtain information from new users and then create account for them, or they can use PHP code to do it all automatically
Updated: 2009-11-10 14:24:08
Joey Rivera has written a tutorial that explains what caching means, why it’s important to use, and demonstrate a few different examples. Even though Zend_Cache is being used, the examples are not implementing the Zend Framework so users not familiar with the framework can still follow. The examples will cover how to cache a variable, a recordset from a database query, and an entire page. It briefly mentions the different caching backends but focuses only of the ‘File’ backend.
Updated: 2009-11-09 16:30:31
As Chris Jones briefly mentions and this press release discusses in more detail, Zend and Oracle have joined together to make it even easier for those using Oracle to also use Zend Server as their platform.
Updated: 2009-11-06 17:05:12
In his latest post Brandon Savage suggests that every developer should do one thing before they start working with PHP frameworks - write their own.
Updated: 2009-11-05 15:19:01
Missed a session at ZendCon and wish you hadn’t? Forget some awesome tip or trick that a speaker talked about and your dog ate your notes? Fret no longer, the ZendCon 2009 slide decks are here.
Updated: 2009-11-02 16:44:55
ZendCon 2009 is over, it’s time to close things out, remember the fun, and start planning for ZendCon 2010!
Updated: 2009-11-02 14:23:53
Yes, there, I invoked the ‘C’ word so now you are interested. I can hear the question that is racing through your mind at this point. “What could ‘the cloud’ – the latest technical term to be appropriated by marketing departments worldwide and thus rendered useless – have to do with image processing?”