WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
namespace admin2\classes;class backendAdmin{.....}
Another question I am working on a paralel admin , so it is folder /admin2 instead /admin , now I have folder/admin2/classes , and inside there is file called backendAdmin.php with codeCode: [Select]namespace admin2\classes;class backendAdmin{.....}How can I load this class with autoloader ? or shall I put classes folder elsewhere because its code will be used for /admin (and /admin2 in test version) ?