Timeline for What is the order that we should follow, while creating an extension in magento?
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 12, 2014 at 10:25 | history | tweeted | twitter.com/#!/StackMagento/status/477033820743827456 | ||
| Jun 11, 2014 at 14:05 | vote | accept | TBI Infotech | ||
| Jun 11, 2014 at 8:26 | comment | added | Sukeshini | @TBI Infotech: I just put it as a reference. But the answer to your question is depending on several variables such as the functionality of the module, developer's personal procedure of developing methodology etc. Of course you can't try out the code written so far until you write the module activation file and config.xml. So as my opinion those two files should be the entry point. Rest will depend on the other constraint as I've mentioned above | |
| Jun 11, 2014 at 7:11 | comment | added | Marius | @TBIInfotech. I wasn't talking about my module creator. I was talking about one in general. There are a lot of them out there, all of them do a nice job and saves you the trouble and boredom of doing the same thing over and over again. but I understand your point. It makes sense. Unfortunately I don't have a procedure for that. I'm not sure that I even know anymore how to create a CRUD module "by hand". | |
| Jun 11, 2014 at 6:42 | comment | added | TBI Infotech | @Marius, Thanks for the comment, and sure Module creator is an excellent piece of and we all respect you for that :). What I wanted to know, or rather wanted to be displayed here a small code of how to proceed, so that even a beginner can understand whats going on with what he is writing, instead of copying and pasting code from documentations/tutorials. I hope my point make sense. | |
| Jun 11, 2014 at 6:38 | comment | added | Marius | I don't think there is a right way of doing it. of course, in order for your module to work you need app/etc/modules/[Namespace]_[Module].xml and app/code/[codepool]/[Namespace]/[Module]/etc/config.xml. But from there it's your choice. Or for simple CRUD modules you can use a module creator and everything is done at the same time. | |
| Jun 11, 2014 at 6:22 | answer | added | Ami Kamboj | timeline score: 2 | |
| Jun 11, 2014 at 6:12 | comment | added | TBI Infotech | @Sukeshini Yes, I am aware of the documentation, but I would like be added here, is that core steps on stack itself, so that the shortest steps should be shared not the entire pdf. That is why I shared an example of just a basic extension. | |
| Jun 11, 2014 at 3:44 | comment | added | Sukeshini | It depends. Most of the time we start with creating etc/config.xml and module activation file. This guide will have more info info.magento.com/rs/magentocommerce/images/… | |
| Jun 10, 2014 at 15:00 | history | asked | TBI Infotech | CC BY-SA 3.0 |