这是cakephp的错误吗?
最近想学习一个php的框架,然后就在网上找了一下,都说挺好的,可是我下下来部署到phpeclipse以后发现里面有个红叉,我又重新下载了一个还是有,这个红叉刚好在cakephp的核心包里面,不知道是怎么回事?
php code link(sprintf(__('edit %s', true), $singularhumanname), array('action' => 'edit', ${$singularvar}[$modelclass][$primarykey])). \n; echo \t\t .$html->link(sprintf(__('delete %s', true), $singularhumanname), array('action' => 'delete', ${$singularvar}[$modelclass][$primarykey]), null, __('are you sure you want to delete', true).' #' . ${$singularvar}[$modelclass][$primarykey] . '?'). \n; echo \t\t .$html->link(sprintf(__('list %s', true), $pluralhumanname), array('action' => 'index')). \n; echo \t\t .$html->link(sprintf(__('new %s', true), $singularhumanname), array('action' => 'add')). \n;
就是以上几句
------解决方案--------------------
eclipse的html校验错误吧,没关系的