Jump to content

How To Make A Table Or Form In A Controller


Emkrypted

Recommended Posts

I am trying to make a table in a controller i have this for now

 

class AdminHolaController extends ModuleAdminController
{
    public function initContent()
    {
        parent::initContent();

    }

}

 

how can i do that?

 

Thanks for the help
 

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...