Home > Article > Backend Development > Please recommend resources on PHP plug-in development, such as a plug-in written by Alipay using MVC thinking.
I have looked at some plug-ins in the past few days, but I basically can’t fix the bug. This is an Alipay plug-in on a cms. Please recommend me learning resources based on this plug-in. I found this book on the Internet and Brother Niao’s book about writing extensions, but they were not what I wanted. Please recommend some resources on plug-in development
Alipay plug-in directory
This is written by mvc thinking, based on tp
callback.php under Callback
Indexcontroller.class.php under controller
....
AlipayModel.class.php
under the
...
AlipayAddon.class.php under the View folder
I have looked at some plug-ins in the past few days, but I basically can’t fix the bug. This is an Alipay plug-in on a cms. Please recommend me learning resources based on this plug-in. I found this book on the Internet and Brother Niao’s book about writing extensions, but they were not what I wanted. Please recommend some resources on plug-in development
Alipay plug-in directory
This is written by mvc thinking, based on tp
callback.php under Callback
Indexcontroller.class.php under controller
....
AlipayModel.class.php
under the
...
AlipayAddon.class.php under the View folder