Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Variables are not passing in view from my controller
Post: RE: Variables are not passing in view from my cont...

Look carefully there is no code in my __construct(). My code is in function do_upload() of upload controller
13,014 Views
0 Replies
03-12-2015, 05:30 AM
dragonabv
    Thread: Variables are not passing in view from my controller
Post: Variables are not passing in view from my controll...

The Controller: PHP Code: -- class Upload extends CI_Controller { function __construct() { parent::__construct(); $this->load->helper(array('form', 'url')); } public function do_...
13,014 Views
0 Replies
03-11-2015, 10:27 PM
dragonabv
    Thread: Simple View Controller for beginners.
Post: RE: Simple View Controller for beginners.

I know you all maybe masterminds of codeigniter but here i am talking about a person who is a serious beginner. I had find my answer by myself which is "Route.php". This is the main problem in my comp...
11,213 Views
0 Replies
03-05-2015, 04:54 AM
dragonabv
    Thread: Simple View Controller for beginners.
Post: Simple View Controller for beginners.

First thing to post in this forum should be how to create a simple view which is the appearance of your web application. I had tried so many tutorials on Internet for making a MVC and always succeeded...
11,213 Views
0 Replies
03-04-2015, 11:37 PM
dragonabv

Theme © iAndrew 2016 - Forum software by © MyBB