Mibew Messenger Community

General => Support => Topic started by: sergiopereira on April 05, 2015, 01:40:06 PM

Title: how to find the 'b' file?
Post by: sergiopereira on April 05, 2015, 01:40:06 PM
Hi, i have a question...

in the button generator, version 2 of mibew, the src atribute set to:
src="MyInstalationDir/b?i=mibew&lang=MyLang"

but, i need the fisical path to this file 'b'...

some help?
in older version its placed in main directory, named as b.php.

Thanks
Title: Re: how to find the 'b' file?
Post by: Dmitriy Simushev on April 05, 2015, 02:14:18 PM
There is no such file because Mibew 2.0 is using dynamic routing.

All code from that file is now in libs/classes/Mibew/Controller/ButtonController.php.
Title: Re: how to find the 'b' file?
Post by: sergiopereira on April 05, 2015, 02:30:40 PM
Thanks a lot!