I have followed a wiki post to setup a custom module with a custom database table.
One thing that I can’t work out is how to display a list of database entries in the admin backend. Any ideas about what I’m missing would be greatly appreciated?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Below Code is simple method to view your custom table datas in admin panel
Admin view for your custom module :
Create the below path in your module :
in adminhtml.xml file contain below content
Create the Adminhtml folder and create Controller.php file
in
<Module>Controller.phpfile contain below contentapp/design/adminhtml/default/default/layout/.xml
in
<module>.xmlfile contain below contentCreate the new folder in below path
in
<module>.phtmlfile contain below content