sorry for double posting, some minutes ago i am submit this message,
but i can't find it,

i am download now 1.2

have a question at controller.php

        function set($one, $two = null) {
          <.....>
                                if ($two === null) {
                                        
$this->viewVars[Inflector::variable($name)] = $value;
                                } else {
                                        $this->viewVars[$name] = $value;
                                }
          <....>
        }


why $this->set('order_type', null);
at viewVars converts to "$orderType = null"
what means camelBacked version of a string.

PS. sorry my english


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
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