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

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

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

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

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

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

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

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

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

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

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

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:

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

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

Re: Reload the model?

2006-05-21 Thread bigdog
: 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

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

2006-05-20 Thread bigdog
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

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

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

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

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

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