Hello there,
I want to use Elements from Amazons Response, e.g. FormatedPrice.
SampleResponse:
24599
USD
$245.99
But Zend_Service_Amazon_Offerset::FormattedPrice doesn't exists.
Are there any solutions to use elements that are not provided by
Zend_Service
I had the same problem. My solution was to parse the URL myself and
following by routing this parameters myself.
This is not the best solution, but it works ;)
I'm interested to solve this problem in a cleaner way, too.
-Ursprüngliche Nachricht-
Von: php [mailto:[EMAIL PROTECTED]
Gese
://framework.zend.com/wiki/x/RB8
Gavin> See the section titled "Mapping Identifiers between DB and PHP".
Cheers,
Gavin
Bill Karwin wrote:
> Aycko Maerzke wrote:
>> I tried an query like this:
>>
>> $db->query("SELECT `:tablename:filedname` FROM `t
mann [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 28. Dezember 2006 14:46
An: Aycko Maerzke
Betreff: Re: [fw-general] Problem with Zend_DB an PDO
Aycko Maerzke wrote:
> Hello together,
>
> i use the Zend_Db class for my sql. queries I have to use field names
> like ':tablen
Hello together,
i use the Zend_Db class for my sql. queries I have to use field names like
':tablename:filedname'. This execute an exception, because a bind parameter
is required.
I tried an query like this:
$db->query("SELECT `:tablename:filedname` FROM `table`");
Is gives any solution to use
I currently check out
http://framework.zend.com/wiki/display/ZFDOC/Zend_Locale and want to use
Zend_Translate, but the current version 0.6.0 an the current snapshot don't
include Zend_Translate.
When Zend_Translate will be ready to publish? It gives somewhere a version
of Zend_Translate to test?