News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Internet Super Hero Blog:
Is PDOFETCH_UNIQUE broken by design?
0 comments :: posted Friday March 07, 2008 @ 10:25:00
voice your opinion now!

On the Internet Super Hero blog, there's a post that looks at how PDO is implemented in PHP and wonders if the PDO::FETCH_UNIQUE constant is broken (as something to fix before even considering the move to PDO2).

I spent quite a lot of time comparing the different behaviours of the various drivers in the hope I could find out how PDO drivers are supposed to work. The PDO documentation and the specification do not cover each and every detail. PDO really needs some love...

He picks out the FETCH_UNIQUE constant as one that needs a little work and tries to track down exactly what it's doing. One issue he found was that it requires combination with other flags to make the unique part of it work correctly (like FETCH_OBJ or FETCH_COLUMN). He works through several examples, both ones that apply the unique call and others that don't, comparing the results.

tagged with: pdo fetchunique unique broken testing results


Felix Geisendorfer's Blog:
Handling inline links to dynamic resources
0 comments :: posted Wednesday November 08, 2006 @ 07:21:00
voice your opinion now!

On the ThinkingPHP Blog today, there's a look at how to handle inline links to dynamic resources - specifically allowing users to create links in their own content to dynamic content elsewhere on the site.

I thought of something that would be both, easy to implement and easy to use. What I finally came up with is tightly coupled to my new url system that I'm using, so make sure to check it out in case you've missed it.

The basic idea of the system is that the URL of the page (made up partly of the title) would be the unique identifier for the page. For example, "[page 12]" would be expanded out to "/pages/12:my-title". Felix takes this idea and runs with it, showing how to implement it in a CakePHP project inside of a Model and a Component. The sample usage code is, of course, also included in the post.

tagged with: dynamic link inline cakephp page title unique dynamic link inline cakephp page title unique


database book framework ajax cakephp security PHP5 zend package conference application job code pecl mysql release developer releases PEAR zendframework

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework