It's urgent. Thank you in advance.
I developed an application in Joomla using extensions. I used fabrik for data entry, data fetching and CSV extraction. The problem is in fabrik, the data that I am getting is in CSV format not Excel format. And now my requirement is: I want to make a page completely on my own from scratch that fetches data from a database that has already been entered through fabrik and displayed on the page.
I have no no idea how to make my own page that connects to a database to fetch values. Do I need to create a module only with .php, .xml, and index.html files? Or do I need to create a controller also? Where should I save my files?
Please help me in knowing:
- What files I need to make.
- Where I should place these files.
For the content of files, I will check on internet.
One question is will I have to design comlpete model view controller just to fetch and export already saved data . I just want one link on my existing website that will export already saved data to excel.please help ..For php i got much help by stack overflow but for joomla not much. Please
