Author Topic: how to find the 'b' file?  (Read 4257 times)

0 Members and 1 Guest are viewing this topic.

sergiopereira

  • Jr. Member
  • **
  • Posts: 2
how to find the 'b' file?
« 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

Dmitriy Simushev

  • Moderator
  • Native
  • *****
  • Posts: 345
Re: how to find the 'b' file?
« Reply #1 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.

sergiopereira

  • Jr. Member
  • **
  • Posts: 2
Re: how to find the 'b' file?
« Reply #2 on: April 05, 2015, 02:30:40 PM »
Thanks a lot!