How to create admin and front view in codeigniter? - 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.

Related

How to create your own controller in 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

Croogo - allows users to add a pictures on a blog site

I am a new user of Croogo. I need to create a website, like a blog, where users can post and add pictures.
But I don't know how can I proceed, the admin can post trough the admin panel but what about users ? Which function should I use ?
I didn't found any tutorial on the web and I don't know how it works.
Thanks you for your help.
Better try to create it in the Vendor/croogo/croogo/Nodes path in the respective controller and view folder. You can start from here. Hope this will help you.

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"

Joomla Custom component with sample form in admin

I need a sample form in administrator having add,edit,delete options to manage "success stories" in my web app.
I searched to get sample component to install.
If i get that, i will change form according to my app & table too.
Please help me by giving link resource that suits my requirement. I am sorry to ask this, i am new to joomla.
Thanks in advance,
Sunil.
Take a look at the Joomla Component Creator: http://www.notwebdesign.com/joomla-component-creator/

How to connect Authorize.Net API in codeigniter?

I am going through the codeigniter from scratch tutorials. I understand how to build a shopping cart, but how do I connect the Authorize.net php code script in codeigniter. Basically how to connect the script to the model, view, and controller. Any article or point in the right direction would be helpful. Thanks everyone!
Here is the sample code below. I am trying to make it MVC and not procedural.
http://developer.authorize.net/downloads/samplecode/

Resources