There is nothing in the core having to do with a Calendar. That might
explain why you failed to find one.

More importantly, you seem to be under the impression that because you
saw something somewhere having to do with a Calendar ( I assume you
mean a javascript date picking widget ) referenced somewhere while
reading about CakePHP, that you expect it to be findable through some
'official' channel. As something that isn't in the core, nor CakePHP
specific, your expectations aren't very realistic. Why would they
track / document / publish information that has absolutely nothing to
do with the framework itself on the website?

For user contributed extensions or tool for CakePHP ( of which a
datepicker certainly is ) you should look to the bakery ( 
http://bakery.cakephp.org
) or use google. If you want to specifically use a datepicker widget
in your application you should figure out how to use any one of the
dozens available through a quick google search. The process should be
fairly simple - include the javascript and css files and then call a
function from within a script tag or external script somewhere on your
page. This is the same process you would have to use whether or not
you were using CakePHP. If that is too complicated then perhaps you
should study up on some of the fundamentals. They are in chapters 1 &
2 of the book you don't want to read.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to