[Zope-dev] Integrating zope2 with Django

2009-09-27 Thread joseph_ig
Hi all, Is there any way to integrate Django frame work with Zope2 If possible please tell a good book for installing and understanding cmf plone in zope 2 Please help -- View this message in context: http://www.nabble.com/Integrating-zope2-with-Django-tp25577998p25577998.html Sent from the

Re: [Zope-dev] Integrating zope2 with Django

2009-09-27 Thread joseph_ig
Hi Andeas, Well I am already using zope2.7 but not that expert in managing the CMF plone site.Please mention how to introduce a MVC (Modal view Controller) architecture in CMF Plone site. Andreas Jung-5 wrote: > > Am 27.09.09 19:46, schrieb joseph_ig: >> Hi all, Is ther

Re: [Zope-dev] Integrating zope2 with Django

2009-09-27 Thread joseph_ig
Hi Charlie, Thanks for the clarification. I will check out that book. Thanks. Charlie Clark-6 wrote: > > Am 27.09.2009, 20:10 Uhr, schrieb joseph_ig : > >> Hi Andeas, >> Well I am already using zope2.7 but not that expert in managing the CMF >> plone site.Plea

[Zope-dev] Problem in Fetching values from the ZSQL method

2010-05-19 Thread joseph_ig
Hi all, I have written a ZSQL method named ('getSummaryValue') for fetching the summary result from a table. Please see the following query. SELECT SecID ,SUM(CASE WHEN txnType IN('pi') THEN quantity ELSE 0 END) AS InitPos ,SUM(CASE WHEN txnType IN('pe') THEN quantity ELSE 0 END) AS EndPos FRO

Re: [Zope-dev] Problem in Fetching values from the ZSQL method

2010-05-19 Thread joseph_ig
="int" > GROUP BY SecID Could you please explain how to make use of the src__=True parameter and where can we view exactly what SQL is being sent to the database. Please clarify in details. Charlie Clark-6 wrote: > > Am 19.05.2010, 09:48 Uhr, schrieb joseph_ig : > >>