Jump to content

I Need help i am stuck into small problem


Recommended Posts

I am try to getting data from my custome table but this is binding another table record.

when i check sql query this is using"SELECT SQL_CALC_FOUND_ROWS a.* FROM `ps_configuration` a WHERE 1 ORDER BY a.id_configuration ASC LIMIT 0, 50

"

 

 

$this->fields_list = array(
            $test => array(
                'title' => $this->l('Categories Name'),
                'align' => 'center',
                'class' => 'fixed-width-xs',
                'search' => false,
                'remove_onclick' => true,
            ),
            'name' => array(
                'title' => $this->l('Sub Categories Name'),
                'width' => '100',
                'remove_onclick' => true,
            ),
            'datea_add' => array(
                'title' => $this->l('Created date'),
                'width' => '100',
                'search' => false,
                'remove_onclick' => true,
            ),

Edited by HimanshuRajvanshi (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...