Re: Field is apparently a reserved word.

2006-08-18 Thread bigdog

inflectors is always a good place to start:

http://api.cakephp.org/inflector_8php-source.html#l00264

There is also a request for a list of keywords via ticket 1318.

https://trac.cakephp.org/ticket/1318


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: output DISTINCT records

2006-08-18 Thread bigdog

You should start using search to find help.

www.cakephp.org/search

See this link for help for your problem.

https://trac.cakephp.org/ticket/663


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Intercepting dispatcher's routes

2006-08-18 Thread bigdog

http://cake.insertdesignhere.com/posts/view/2


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Template Extension and Smarty.

2006-08-18 Thread bigdog

I haven't tried this in awhile.  Good luck.

http://projects.simpleteq.com/CakePHP/smarty.html


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: how to store multiple values checked in checkbox

2006-07-26 Thread bigdog

Have you tried using explode/implode to store your cb data?


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Doesn't save, but no errors

2006-06-24 Thread bigdog

What is loaded into your $this-data array?  Check this array for
possible problems.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Passing data from modelA to ModelB.

2006-06-23 Thread bigdog

Would an intermediate table solve your problem to communicate with
Transactions and Onhand?

I saw this awhile back:

http://groups.google.com/group/cake-php/browse_thread/thread/46da519d4b648d48/?hl=en#


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Saving strings to database - problem, becouse the string is numeric

2006-06-20 Thread bigdog

Don't you need $this-data for a save?

$this-model-save($this-data);


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: HABTM involving 3 tables

2006-06-20 Thread bigdog

? $this-query('sql string');


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Errors when using bake.php

2006-06-12 Thread bigdog

Did you setup your database file to connect?

http://manual.cakephp.org/chapter/4


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Problem creating a user registration area

2006-06-09 Thread bigdog

This posting might give you some ideas.  I haven't had time to try it
out yet.

http://groups.google.com/group/cake-php/browse_thread/thread/8adc416e43f77b43/64171675380fc04f


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Installation path

2006-05-29 Thread bigdog

Try working with routes or hijack your url.

Routes:
http://groups.google.com/group/cake-php/browse_thread/thread/d570ca3d03e2d737/a9798df92bf58a66?q=routesrnum=1#a9798df92bf58a66


or

http://manual.cakephp.org/chapter/4

To hijack:

http://groups.google.com/group/cake-php/browse_thread/thread/66dc2488f95ca098


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Strange behaviour with Java applet

2006-05-27 Thread bigdog

Just an idea.  Maybe you should put your java class file in the Webroot
directory of cake? app/webroot/files ?


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Image Caching

2006-05-22 Thread bigdog

Wouldn't it be better if you stored the link to your images?  I think
there is  a lot of overhead involved with the storage of images in a
table.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Reload the model?

2006-05-21 Thread bigdog

Have you tried this method?

http://groups.google.com/group/cake-php/msg/5afccea59e59cf97?hl=en;

X-Google-Language: ENGLISH,ASCII-7-bit
Received: by 10.11.53.63 with SMTP id b63mr106136cwa;
Sun, 21 May 2006 12:08:37 -0700 (PDT)
X-Google-Token: q-0KCgwtZkRgljnGv5stcAc1pqyR
Received: from 206.206.83.36 by i40g2000cwc.googlegroups.com with HTTP;
Sun, 21 May 2006 19:08:36 + (UTC)
From: bigdog [EMAIL PROTECTED]
To: Cake PHP cake-php@googlegroups.com
Subject: Re: Reload the model?
Date: Sun, 21 May 2006 12:08:36 -0700
Message-ID: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; 
SV1),gzip(gfe),gzip(gfe)
Mime-Version: 1.0
Content-Type: text/plain

Have you tried this method?

http://groups.google.com/group/cake-php/msg/5afccea59e59cf97?hl=en;


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Can't Fetch data while move codes from 0.10.8 to 1.0

2006-05-20 Thread bigdog

More info?

Did you set debug to 2 to show your queries?  Is desc working?

X-Google-Language: ENGLISH,ASCII-7-bit
Received: by 10.11.88.14 with SMTP id l14mr27981cwb;
Sat, 20 May 2006 08:41:55 -0700 (PDT)
X-Google-Token: rQGUvwwRg7iht8TYF8Lu2B9OJ1uk
Received: from 206.206.83.36 by i40g2000cwc.googlegroups.com with HTTP;
Sat, 20 May 2006 15:41:55 + (UTC)
From: bigdog [EMAIL PROTECTED]
To: Cake PHP cake-php@googlegroups.com
Subject: Re: Can't Fetch data while move codes from 0.10.8 to 1.0
Date: Sat, 20 May 2006 08:41:55 -0700
Message-ID: [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; 
SV1),gzip(gfe),gzip(gfe)
Mime-Version: 1.0
Content-Type: text/plain

More info?

Did you set debug to 2 to show your queries?  Is desc working?


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: automation module

2006-05-20 Thread bigdog

http://groups.google.com/group/cake-php/browse_thread/thread/ff3ad3c9e1e40aab/?hl=en#


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Newbie setup

2006-04-29 Thread bigdog

Id is missing?  Cake likes to have an id.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: data from multiple 'model' definitions in one 'view'

2006-04-29 Thread bigdog

or it could be:  $this-requestAction


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: model-findBySql not returning expected resultset

2006-04-20 Thread bigdog

Set debug to 2 to see what your query looks like.

If you query looks good, copy the query that debug displays and run in
phpmyadmin.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Make database calls inside of component

2006-04-08 Thread bigdog

I get it now!!  Using 'products_id' will not work with Cake.  You have
to use 'id' as your field name.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---