My own generateList

2007-05-15 Thread dasiel
Hi I can't use the findAll(), generateList() funtions from Cake, I'm working whit MSSQL Server 2000 and I'm using the Adodb library. For some reason when I try to use them I get some errors, for this reason I need to use my own generate list. Where I can see some example about it? Thanks

ADODB

2007-05-14 Thread dasiel
Hi I'm using adodb to connect to my DB (MSSQL2000) and when I write: function returnSomething { $this-set('data',$this-MyModel-findAll()); } I get the following message from the browser: Warning: Missing argument 2 for DboAdodb::fields(), called in mySite

Re: Baking without database

2007-05-04 Thread dasiel
Hi Macon I'm already working in a project and I need to consume some web services. But I don't know how to use it in CakePHP, acording to your post it seem that you has used some web services from Cake. Where I can see something about this topic? Excuse me for my english ;-). Thanx. Dasiel

Consuming web services in CakePHP

2007-05-04 Thread dasiel
Hi I'm working in a project and I need to use web services but I don't know how web services are consumed in Cake, the web services are based on SOAP and they are developed in .NET I don't know if this could be a problem. Thanx a lot. Excuse me my english.