Add new in magento [duplicate] - magento

This question already has an answer here:
How to add custom Modules in magento
(1 answer)
Closed 8 years ago.
how to make customize module in magento with fetching value from table ?

Please see this exact same question
For info, the answer again:
The best resources you will find are:
Module Creator extension
Branko's blog post on writing a custom module
The official Magento wiki article
And of course the great set of articles written by Stack Overflower Alan Storm which will help you understand the complex architecture that you are plugging into with your custom module.
Finally, searching Stack Overflow will help a lot! The Magento forums are full of pretty poor advice, be wary of editing core files and other bad practices...
HTH,
JD

Related

Can I see checked rules list in a project? [duplicate]

This question already has an answer here:
SonarQube - How to see more than the first 15 violations?
(1 answer)
Closed 5 years ago.
I made to run sonarqube. And many bugs were caught in the project.
So when I loaded Issues page, I filtered rules like link image...
I think a lot of bugs was caught many rules in the sonarqube. But I can not see all of rules in the left side of a issues page.
Can I see all rules that bugs were caught ??
Sorry about my poor English... And Thanks a lot in advance..
enter image description here
It's not possible to get this list through the UI. However, you could use web services to
get the list of all rules active in the appropriate profile
get the issue count in your project for each rule

How to provide a service to extensions joomla?

I am trying create a joomla component. In that component I need to store some phone numbers and those numbers should be provided when an extension asks for them. How can I achieve this? Please direct me if there is comprehensive tutorials.
Thanks in advance...
A similar question exists in the Joomla Stack Exchange site here, with links, suggestions and references to a bunch of resources around Joomla Development.
Furthermore in JSE you can find great assistance for specific questions during your development attempt.
The Joomla! support site has some links to component development:
http://docs.joomla.org/Portal:Component_Development
I see that you tagged 2.5, but version 3 is the new stable version. There is an example V3 component here:
http://lendr.websparkinc.com/
When I started, I looked at an existing extension which was similar to what I wanted and went from there.

Extend Magento Catalog Database Structure

I am preparing for Magento certification and this question really stuck me in between. I don't quite understand how to extend Magento's catalog db structure, in fact, I don't completely understand the question to be honest.
Can someone please shed some light on this?
Thanks
There is a more up-to-date and more in-depth document where there is no such question in section 7. Find this document for download here: http://www.magentocommerce.com/certification/ in resources tab.
I can see your question in the self-assessment checklist where it states:
"Troubleshoot, customize, and extend the Magento Catalog DB Structure"
Since this question does not pop-up in the newer document my guess is that it is not that important. You should have a general understanding of the main database tables and how they belong together and how to add new attributes to entities in the setup program.
I just passed the certified developer exam and I cannot remember any question asking any specifics with regards to customizing the database structure.

simple faq module on joomla 1.7

Somebody knows a simple faq module? Or how to make the facts as in the picture on the link so that you can take anywhere in the template?
http://extensions.joomla.org//components/com_mtree/img/listings/m/17933.png
I use joomla 1.7
This isn't really a programming question, but there are tons of FAQ extensions.
http://extensions.joomla.org/extensions/directory-a-documentation/faq

How to add custom Modules in magento

Hi I want to create a custom Module for Footer which shows the news Headlines.Havent played with custom modules yet.How can i do that.can anyone tell me simple steps to craeate a custom module.
Thanks
The best resources you will find are:
Module Creator extension
Branko's blog post on writing a custom module
The official Magento wiki article
And of course the great set of articles written by Stack Overflower Alan Storm which will help you understand the complex architecture that you are plugging into with your custom module.
Finally, searching Stack Overflow will help a lot! The Magento forums are full of pretty poor advice, be wary of editing core files and other bad practices...
HTH,
JD

Resources