Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7647775
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T10:32:50+00:00 2026-05-31T10:32:50+00:00

I am trying to create a custom module.When i click a module menu,empty grid

  • 0

I am trying to create a custom module.When i click a module menu,empty grid is displaying.Log is not showing any errors

Grid.php

class Training_Banners_Block_Adminhtml_Banners_Grid extends Mage_Adminhtml_Block_Widget_Grid
{
    public function __construct()
    {

        parent::__construct();
        $this->setId('bannersGrid');
        $this->setDefaultDir('ASC');
        $this->setDefaultSort('banner_id');
        $this->setSaveParamatersInSession(true);


    }

    protected function _prepareCollection()
    {
        $collection=Mage::getModel('banners/manage')->getCollection();
        $this->setCollection($collection);
        Mage::log(var_dump($collection));
        return $collection;
    }

    protected function _prepareColumns()
    {

        $this->addColumn('banner_id', array(
            'header'    => Mage::helper('banners')->__('ID'),
            'align'     =>'right',
            'width'     => '50px',
            'index'     => 'banner_id'
        ));

        $this->addColumn('name', array(
            'header'    => Mage::helper('banners')->__('Name'),
            'align'     =>'left',
            'index'     => 'name'
        ));
        return parent::_prepareColumns();
    }
}

banners.xml

<?xml version="1.0"?>
<layout version="0.1.0">
    <adminhtml_banners_index>
        <reference name="content">
            <block type="banners/adminhtml_banners" name="training.banners" />
        </reference>
    </adminhtml_banners_index>
</layout>

Controller

<?php

class Training_Banners_Adminhtml_BanneradminController extends Mage_Adminhtml_Controller_Action
{
    public function _initAction()
    {
         $this->loadLayout()->_setActiveMenu('banners/banners')
         ->_addBreadcrumb(Mage::helper('adminhtml')->__('Banners Manager'), Mage::helper('adminhtml')->__('Banners Manager'));
        return $this;
    }

     public function indexAction() 
     {
        $this->_initAction();
        $this->loadLayout();      
        $this->_addContent($this->getLayout()->createBlock('banners/adminhtml_banners'));
        $this->renderLayout();
    }
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T10:32:52+00:00Added an answer on May 31, 2026 at 10:32 am

    First Please clear your cache and then logout and login.

    Also please check the config.xml file ,whether the block and other declarations are same..

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to programmatically create the custom horizontal menu for my custom module, but
I'm trying to create a custom module using Magento's EAV structure and have been
I am trying to create a custom table using custom module. I have been
HI, I am trying to create a router for my custom module. I would
I was trying to create a custom attribute for logging (caller's class name, module
I am trying to create a new custom module in magento but the layout
I'm writing a custom module and I am trying to create an array of
I am trying to create a custom module in magento admin. I have reached
i am trying to Create a Custom module ( A Copy Paste From Definitive
Im trying to create a custom version of the RequiredAttribute to replace the built

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.