--- a/web/lib/Zend/Cloud/DocumentService/Adapter/SimpleDb/Query.php Thu Mar 21 17:31:31 2013 +0100
+++ b/web/lib/Zend/Cloud/DocumentService/Adapter/SimpleDb/Query.php Thu Mar 21 19:50:53 2013 +0100
@@ -13,7 +13,7 @@
* @category Zend
* @package Zend_Cloud
* @subpackage DocumentService
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
@@ -23,13 +23,13 @@
require_once 'Zend/Cloud/DocumentService/Query.php';
/**
- * Class implementing Query adapter for working with SimpleDb queries in a
+ * Class implementing Query adapter for working with SimpleDb queries in a
* structured way
*
* @category Zend
* @package Zend_Cloud
* @subpackage DocumentService
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class Zend_Cloud_DocumentService_Adapter_SimpleDb_Query
@@ -42,8 +42,8 @@
/**
* Constructor
- *
- * @param Zend_Cloud_DocumentService_Adapter_SimpleDb $adapter
+ *
+ * @param Zend_Cloud_DocumentService_Adapter_SimpleDb $adapter
* @param null|string $collectionName
* @return void
*/
@@ -57,7 +57,7 @@
/**
* Get adapter
- *
+ *
* @return Zend_Cloud_DocumentService_Adapter_SimpleDb
*/
public function getAdapter()
@@ -67,7 +67,7 @@
/**
* Assemble the query into a format the adapter can utilize
- *
+ *
* @var string $collectionName Name of collection from which to select
* @return string
*/
@@ -150,10 +150,10 @@
/**
* Parse a where statement into service-specific language
- *
+ *
* @todo Ensure this fulfills the entire SimpleDB query specification for WHERE
- * @param string $where
- * @param array $args
+ * @param string $where
+ * @param array $args
* @return string
*/
protected function _parseWhere($where, $args)