Events on PHP. Is it possible?

后端 未结 6 704
悲&欢浪女
悲&欢浪女 2021-01-06 04:27

I\'m coming from the C# world and has just started doing a little PHP coding, so I was wondering if it is possible to use events on PHP, or if it is planned to include this

6条回答
  •  没有蜡笔的小新
    2021-01-06 05:05

    The Prado PHP Framework is an event driven framework that may appeal to you, especially since you are coming from the land of C# and presumably ASP.NET.

    Take a look at the Quick Start. Specifically, take a look at the code under the Control Reference. There are plenty of code samples for you to look at and see if it is something like what you are looking for.

提交回复
热议问题