[fw-general] Making a request with Zend_HTTP and checking for timeout

2008-02-13 Thread Haddad Said
nks Haddad -- Haddad Said Developer Eckoh UK Limited Telford House, Corner Hall, Hemel Hempstead, Hertfordshire HP3 9HN T 01442 458400 F 01442 458443 M n/a W www.eckoh.com Winner, Best Use of Technology Partnership, CCA Excellence Awards 2007 Winner, Innovation of the Year Award, Transp

[fw-general] Criticise Zend_Db_Select (If I may)

2007-02-14 Thread Haddad Said
Hi, I need to find a solution to creating SQL strings which are compatible to the underlying database engine, so I was taking a look at Zend_Db_Select which looked like a good candidate, however, due to problems I am having getting PDO extensions in place and SQL Server connectivity issues, I mig

Re: [fw-general] Using Zend_DB to connect to MSSQL Server using ODBC

2007-02-14 Thread Haddad Said
Hi Bill, On 13/02/07, Bill Karwin <[EMAIL PROTECTED]> wrote: For example, should this be based on PDO_ODBC? Or the native ODBC extension in PHP? I would prefer it to be based on the native ODBC extension in PHP, as installing the PDO extensions was not smooth on my linux machine, although it

Re: [fw-general] Using Zend_DB to connect to MSSQL Server using ODBC

2007-02-14 Thread Haddad Said
Hi Rob, On 13/02/07, Rob Allen <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill Karwin wrote: > For what it's worth Haddad, so far I have not been able to connect > Zend_Db to MS SQL Server 2005 Express Edition either. It works fine for me, using Zend_Db_Adapter_

[fw-general] Using Zend_DB to connect to MSSQL Server using ODBC

2007-02-13 Thread Haddad Said
HI, I am trying to use Zend_DB to connect to Microsoft SQL Server 2005 (Express Edition) running on a Windows 2003 server using ODBC. I have a System Wide DSN configured with the name 'foo', and I have succesfully connected to it using PDO with the following piece of code $db = new PDO('odbc:f

Re: [fw-general] Object Relational Mapping

2006-12-28 Thread Haddad Said
Allard Buijze wrote: Hi all, I've been using the Zend_Db component for a while, but I am missing one little, though important, thing: Object Relational Mapping (i.e. how do you map a database row into an object). I strongly beleive this should not be the responsability of the model objects

Re: [fw-general] Zend_Search_Lucene query types

2006-09-25 Thread Haddad Said
[EMAIL PROTECTED] wrote: Will Zend_Search_Lucene be able to automagically recognize phrase queries in future releases or do we have to use the query API like in the 0.1.5 release? -- mvh Christer Edvartsen That will be a really cool feature :)