Re: Make database calls inside of component

2006-04-08 Thread AD7six
Hi Bill, First a double check: Is the component Findcost only related to the controller Costs? If so it might be easier to manage and cleaner code to write the functionality into a method on the Costs controller. If it is used by more than one controller then I think will do what you want:

Re: issues with php5 and cake 0.10 final

2006-04-08 Thread kumas
Can you check in your php.ini that the short opening tag (?) is enabled (short_open_tag setting) Or you may try to not use short opening tag. ?php echo $content_for_layout; ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

$this-params['data'] vs. $this-data

2006-04-08 Thread brandags
What is the difference between $this-params['data'] and $this-data in the controller. They look like they contain the same thing. Is one deprecated? Just wondering which I should be using. Thanks. --~--~-~--~~~---~--~~ You received this message because you are

Re: component startup method problem

2006-04-08 Thread RosSoft
maybe this can help (note the ) $this-controller = $controller; --~--~-~--~~~---~--~~ 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

Re: Adding support for MS SQL Server

2006-04-08 Thread nate
Start by making a copy of dbo_mysql.php, and modifying the appropriate MySQL-specific function calls. Luckily, there should be just about a 1:1 correspondence between the MySQL functions and MS SQL functions. One thing to watch out for: on line 525, $column-table should be

form select + AJAX

2006-04-08 Thread bhasunjaya
hi, Im newbie in framework things... I just learned cakephp, and I wonder how to create select tag with ajax ... you can see the example at http://www.4al.pl/phpAjaxTags/ .. thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: Opera /AJAX issues.

2006-04-08 Thread [EMAIL PROTECTED]
Arg I hate that you can't edit your posts :X. Sorry for spamming. In fact, this is a bug in Firefox and not on Opera (https://bugzilla.mozilla.org/show_bug.cgi?id=235441). The event should not be fired when the useCapture is true. It should be set to false to work. I searched on cakephp sources

Re: Adding support for MS SQL Server

2006-04-08 Thread Langdon Stevenson
Hi Nate Thanks for the info. This post certainly wasn't a fishing trip to try to get you to do this work for me! Were you serious when you said you would do it? Regards, Langdon nate wrote: Start by making a copy of dbo_mysql.php, and modifying the appropriate MySQL-specific function

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

few topics to refer back

2006-04-08 Thread Rohit
some nice topics to refer. Compilers and Languages Books http://online-books-reference.blogspot.com/2005/11/free-online-compilers-and-languages.html Books and articles on Compilers and Programming Languages lex yacc review Database Books