Replies: 2 comments 1 reply
-
@astatonn , Good for you for starting component development, but you have more research to do. The J! documentation will take you further on that you currently are. There's a J4! basic documentas well as Robbie's excellent in-depth J3 article with J4 additions. In short, you need to use a model. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please be aware that a tutorial for J3 is not at all suitable for J4/5. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm trying to develop my own component, however, I'm encountering difficulties in understanding how to create it.
I have already read the FAQ on component creation, the J4.x component creation article, searched the internet, asked Gemini and ChatGPT, but I can't make progress. :(
My project structure is as follows:
At this moment, I can display static data in a datatable on my component's admin panel.
What do I want?
I need to code a CRUD for the table that I created and send data to the component to display it on the site section.
I don't want someone to develop my component. I just want to fix the problems I'm encountering and understand how to complete my task.
I would really appreciate it if someone could spare their time to show me a way to solve this because I don't have anyone to do it for me at the moment.
administrator/components/com_aniversariantes/src/Controller/DisplayController.php
administrator/components/com_aniversariantes/src/view/HtmlView.php
administrator/components/com_aniversariantes/tmpl/aniversariantes/default.php
Beta Was this translation helpful? Give feedback.
All reactions