dpcnm2132 2016-02-01 06:00
浏览 119
已采纳

phalcon中的DI和$ app错误

I use micro app Phalcon, I created a DI to my class named utility. When I get the shared utility through $app->utility an error occurred.

$di->setShared('utility',function(){
    return new utility();
});
$app->get("213",function(){});
$app->utility;

error: Access to undefined property utility in ($app)

But if I change the code to

$di->setShared('utility',function(){
    return new utility();
});
$app->utility;
$app->get("213",function(){});

It works fine. WHY?

PHP = 5.6.17

Phalcon = 2.7 or 2.8 or 2.9

windows 10 + nginx

THANKS!

  • 写回答

1条回答 默认 最新

  • douzhong1907 2016-02-04 09:23
    关注

    $app is an instance of Macro. $app = Macro($di); post $di as a param to Macro and it's work fine.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 用js遍历数据并对非空元素添加css样式
  • ¥15 使用autodl云训练,希望有直接运行的代码(关键词-数据集)
  • ¥50 python写segy数据出错
  • ¥20 关于线性结构的问题:希望能从头到尾完整地帮我改一下,困扰我很久了
  • ¥30 3D多模态医疗数据集-视觉问答
  • ¥20 设计一个二极管稳压值检测电路
  • ¥15 内网办公电脑进行向日葵
  • ¥15 如何输入双曲线的参数a然后画出双曲线?我输入处理函数加上后就没有用了,不知道怎么回事去掉后双曲线可以画出来
  • ¥15 soildworks装配体的尺寸问题
  • ¥100 有偿寻云闪付SDK转URL技术