Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.             $blobTable = new Foo_Model_DbTable_barFileBlobs();
  2.            
  3.             $blobData = array(
  4.                 'hash' => sha1_file($filePath),
  5.                 'blob' => file_get_contents($filePath),            
  6.             );
  7.            
  8.             $row = $blobTable->createRow($blobData);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement