I have generate app using Sencha cmd in zend framework in public/js/app
folder
now i want to load the application for Layout folder i have included the bootstrap.js
file layout.phtml
but it is not loading the app
also if i build the app using Sencha app build
how will i access the build app within the layout.phtml
0
votes
You need to access the app.js file, from there the app starting. look if all reference to js and css files are correct.
– aviram83