How to create your own controller in Magento - magento

I am new to mangento. I have the knowledge on MVC architecture and codeigniter framework. Now I am working on magento. I tried with some of the tutorials that how to create the our own controller. But not getting the proper response.
So please share me some of the links through which I can learn magento. As i learnt the codeigniter with ellislab, there has no such tutorials found for me to learn magento.
Please share if anybody have the video links, through which I can learn magento.
Thanks in advance

You can use module creator or check on web.
here is one of the link I can suggest for Magento:-
https://mementia.com/creating-custom-magento-module

Related

How to create admin and front view in codeigniter?

I want to develope an application with codeigniter
I want sperate my admin and front view, contrller and models
searched on many blogs but couldn'y get it
Can any one help me out?
If you are new to CI, please follow these tutorial:
CI Official Tutorial or CI Video Tutorial
If you are expert, please elaborate exactly what problem you are facing.

Magento Custom Module Creation

I want to build a custom interface (See PSD) for the user to add social urls and display an icon if not empty. I did something similar in WP but no idea how to do it in Magento. I was wondering if someone can help or point to a tutorial. Thanks a lot
You can read this series by Alan Storm:
http://alanstorm.com/category/magento
"Magento For PHP MVC Developers"

Its regarding Paypal using Codeigniter

I searched many sites I couldnt find solution for Paypal with codeigniter, most of the sites says to download from this link CodeIgniter Wiki but it is not showing anything to download library, so can any one give us the idea how to start implementing paypal in codeigniter
I used the solution from AngelEye - here's the intro article and here's the download link

Joomla newsletter module for my application

I am looking for a newsletter module for my Joomla based site. I checked at Joomla Extension Forum but did not find any suitable component.
You can give a try to
http://extensions.joomla.org/extensions/content-sharing/newsletter/10341
also if you are familiar with Mailchimp and want to integrate with joomla them
Joomlamailer will be best for you.
You can try ACYMailing component: http://www.acyba.com/en/acymailing.html . I have been using it for 2 years. Scheduling tasks and grouping users are really helpful features you will enjoy

development magento form for frontend

I am developing an extension for magento. I want to add a form in frontend to add "title" and "description". I searched a lot but failed to find good magento module development tutorial
Someone please guide me how to add form and its validation for magento
Thanks
See below your it is very help full to you.
Custom Module with Custom Database Table
http://www.magentocommerce.com/wiki/5_-_modules_and_development/0_-_module_development_in_magento/custom_module_with_custom_database_table
Front-End Editor Extension for Magento Commerce
http://www.youtube.com/watch?v=ALgdsMCVuH4
please see above the URL and let me know if not working.

Resources