Hi there,

I am working on a cake app. I find there are many instances of
$access['SOME_CAPITAL_WORD'] in the /view/default.phtml

Can anybody suggest me what does it mean?

Thanks,

The following is a piece of code:

<?php if (!empty($access['COURSE'])) {
                    $courseSysFunc = $access['COURSE'];    ?>
                    <li <?php if ($this->params['controller'] ==
'courses' || $this->params['controller'] == 'events' || $this-
>params['controller'] == 'groups' || $this->params['controller'] ==
'evaluations' || $this->params['controller'] == 'surveygroups') echo
'id="current"'; ?> ><a href="<?php echo $this->webroot.$this->themeWeb.
$courseSysFunc['url_link'];?>"><span><?php echo
$courseSysFunc['function_name']?></span></a></li>


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

Reply via email to