Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Brian Swan's Blog:
Accessing Windows Azure Blob Storage from PHP
Jul 09, 2010 @ 17:48:01

Brian Swan has posted a new tutorial to his blog showing you how to connect your PHP application with the Azure service and use the blob storage it offers.

In this post I will do something similar [to this previous post] for accessing Windows Azure Blob Storage from PHP. This won’t be a deep-dive into Windows Azure Blob Storage, but it will be a "how to get started with the Microsoft_WindowsAzure_Storage_Blob class (which is part of the Windows Azure SDK for PHP)"-type post.

He talks about how these blob containers are stored on the Azure side and what kind of access controls they come with. This graph might help sort it all out. From there he shows you how to use the PHP SDK to connect to the service, make a new container (with an ACL) and doing all of the usual operations with a blob - uploading, downloading, streaming, deleting and listing the blobs currently available.

tagged: windows azure storage blob sdk

Link:

Internet.com:
Storing Blobs in Microsoft Azure with the Zend Framework
Jun 28, 2010 @ 15:44:50

On Internet.com today there's a new video tutorial about using the Zend_Service_WindowsAzure component of the Zend Framework to connect to and store blob information on the Windows Azure service.

One increasingly common use of the cloud is storage for BLOBs (binary large objects) such as videos, applications, and even website images. Businesses use cloud storage to streamline operations. In his five-minute Internet.com video, Jason Gilmore uses the Zend Framework's Zend_Service_WindowsAzure component to demonstrate the fundamental concepts behind storing BLOBs within the Windows Azure cloud.

They'll show you how to create a blob storage containers, upload some data into it and pull the data back out. They also touch on working with the permissions on Azure so your script can access it correctly.

tagged: blob zendframework windows azure blob tutorial video

Link:

Internet.com:
Storing Blobs in Microsoft Azure with the Zend Framework
Jun 28, 2010 @ 15:44:50

On Internet.com today there's a new video tutorial about using the Zend_Service_WindowsAzure component of the Zend Framework to connect to and store blob information on the Windows Azure service.

One increasingly common use of the cloud is storage for BLOBs (binary large objects) such as videos, applications, and even website images. Businesses use cloud storage to streamline operations. In his five-minute Internet.com video, Jason Gilmore uses the Zend Framework's Zend_Service_WindowsAzure component to demonstrate the fundamental concepts behind storing BLOBs within the Windows Azure cloud.

They'll show you how to create a blob storage containers, upload some data into it and pull the data back out. They also touch on working with the permissions on Azure so your script can access it correctly.

tagged: blob zendframework windows azure blob tutorial video

Link:

Content with Style:
Viewing BLOB content in phpMyAdmin
Nov 20, 2009 @ 14:57:08

New from the Content with Style blog today there's a quick tip from Matthias Willerich for phpMyAdmin users who are having issues viewing the content of blob data types.

n my phpMyAdmin installation, version 3.1.1, none of the old style config settings [...] had any effect, and the solution was terribly elusive. "view blob", "show blob", "display blob", all that Google suggested were people asking the same question, at various ages of the internet.

Finally, after wading through negative comments of forums and not getting much help at all, Matthias dug into the source and found a session variable that can be set to true and the content magically appears.

tagged: phpmyadmin blob content quicktip

Link:

Richard Davey's Blog:
PDO SQLite support just doesn't work fully?
Apr 19, 2007 @ 19:03:00

Richard Davey, after spending many an hour working on a PDO SQLite bit of functionality for his latest application, has come to one conclusion - "the PDO SQLite blob support is totally borked".

I really don't know why, or what is going on, but after spending hours trying various code permutations I'm just not getting anywhere. I tried asking on php_general to no avail, so I consider this blog entry my last ditch attempt to get someone to shed some light on this issue before I give-in and ditch PDO for good.

His mission was to store an image in the database, but everything he tried just didn't seem to work out. After partial image storage and parameters being ignored, he's still at a loss as to how to get his (seemingly) simple quest solved. The only comment so far, though, hasn't seemed to help much - he's even opened a bug report upon Wez Furlong's request.

tagged: pdo sqlite image store blob binary pdo sqlite image store blob binary

Link:

Richard Davey's Blog:
PDO SQLite support just doesn't work fully?
Apr 19, 2007 @ 19:03:00

Richard Davey, after spending many an hour working on a PDO SQLite bit of functionality for his latest application, has come to one conclusion - "the PDO SQLite blob support is totally borked".

I really don't know why, or what is going on, but after spending hours trying various code permutations I'm just not getting anywhere. I tried asking on php_general to no avail, so I consider this blog entry my last ditch attempt to get someone to shed some light on this issue before I give-in and ditch PDO for good.

His mission was to store an image in the database, but everything he tried just didn't seem to work out. After partial image storage and parameters being ignored, he's still at a loss as to how to get his (seemingly) simple quest solved. The only comment so far, though, hasn't seemed to help much - he's even opened a bug report upon Wez Furlong's request.

tagged: pdo sqlite image store blob binary pdo sqlite image store blob binary

Link:


Trending Topics: