Re: Updating Div with ajax

2007-07-30 Thread madmike210

Thanks for the help, and suggestions.


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



Updating Div with ajax

2007-07-30 Thread madmike210

In a view, I would like to be able to click on a button and have the
index displayed in a div.  I accomplish this by doing the following in
a view:

GROUP VIEW
USER VIEW

div('main_div'); ?>
divEnd('main_div'); ?>

However, the index.thtml is displayed in the div with the information
generated by default.thtml.  In other words, index.thml is displayed
the same as it would if I went directly to the address.  So, it looks
like a page is displayed in my div.  How do I prevent this?  How would
I only display the code that is in the specified index.thtml without
the default.thtml it is wrapped in?


--~--~-~--~~~---~--~~
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: Newbie Introduction Book ... reviews anyone?

2007-07-29 Thread madmike210

I would live to take a look at your book, send to
[EMAIL PROTECTED]

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



On-request table retrieving w/ one model and controller???

2007-07-24 Thread madmike210

I am new to cake and its capabilites, but from what I have seen, it
looks like it could be the perfect solution.  I would like to create
one model and one control to handle a bunch of tables.  These tables
are created once a day with the date as thier name.  I would like to
take the users input for the date and use it to retrieve a table by
name in the database, and then allow the user to view and query the
table for the specified date.

Does anyone know if this can be done?  If so, how would I go about
doing?

Any input is greatly appreciated.


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