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


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



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
\cake\libs\model\datasources\dbo_source.php on line 580 and defined in
mySite\cake\libs\model\dbo\dbo_adodb.php on line 331

Warning: Missing argument 3 for DboAdodb::fields(), called in mySite
\cake\libs\model\datasources\dbo_source.php on line 580 and defined in
mySite\cake\libs\model\dbo\dbo_adodb.php on line 331

Notice: Undefined variable: fields in misSite\cake\libs\model\dbo
\dbo_adodb.php on line 332

Notice: Undefined variable: fields in misSite\cake\libs\model\dbo
\dbo_adodb.php on line 335

Notice: Undefined variable: alias in misSite\cake\libs\model\dbo
\dbo_adodb.php on line 362

Where I can spicified the fields and alias?

Thanx


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



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

On 25 abr, 12:04, Macon [EMAIL PROTECTED] wrote:
 Hi all,

 I'm writing a front-end app using Cake relying exclusively on web
 services to access various databases.
 So far I'm using a dummy local database which is totally empty and
 useless ;)
 I would like to know how to disable Cake's database connection check
 at startup since I don't need it.

 Thanx,

 Vince.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



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.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---