Hi All, I implemented the TableGateway pattern based-on the tutorial, but I don't know how to select data from the database when the where is complicated. I went through the reference but I did not found anything useful. On the other hand, I did not find any help in the documentation about how is possible to use Select and Sql objects, If I recall correctly then in ZF1 it was possible to use these object to put together the query.
So, I would like to execute a query which looks like this: "SELECT column1, column2, column3 FROM table WHERE column_z like '%string%' AND column_f like '%string2%'" The point of the whole is that there are multiple where conditions. If you know a blog where it is described or an article somewhere I would be very happy! Thanks for any help in advance! András -- -- Csanyi Andras (Sayusi Ando) -- http://sayusi.hu -- http://facebook.com/andras.csanyi -- ""Trust in God and keep your gunpowder dry!" - Cromwell -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
