2012-03-21, 01:06 AM
One thing that would make integration far simpler for everyone would be to adopt prepending of classes and functions. Something as simple as making them all
class mybb_user
and so on, this just means you wont get redeclaration errors when you include global.php
Far better would be to provide an integration point or api that allows people to easily use the code in other scripts to do simple functions like login.
For me this is a massive step in taking myBB to the next level. If people can easily integrate the login with their own, through pass along methods or calling a simple API, it will mean that the spawning of bridges with other software will take off and be second to none
class mybb_user
and so on, this just means you wont get redeclaration errors when you include global.php
Far better would be to provide an integration point or api that allows people to easily use the code in other scripts to do simple functions like login.
For me this is a massive step in taking myBB to the next level. If people can easily integrate the login with their own, through pass along methods or calling a simple API, it will mean that the spawning of bridges with other software will take off and be second to none