I am creating a cakephp blog essentially from the blog tutorial(in the official cakephp cookbook for version 3.4) and using a template from mdl(material design lite). this is the one : this one
I have two questions here...
1.I need to use the custom add button in the theme as a form button, is it possible , and if yes, is it recommended to do so and how...!
2.Should I use the view(already created) as the admin console and use this template as another view with the existing controller or should I modify the the view and fit the code from the mdl theme in this view.
I am sorry if I sound dumb but I am new to the framework