Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7779655
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T18:41:40+00:00 2026-06-01T18:41:40+00:00

I know php well. But I am a very new learner of php framework

  • 0

I know php well. But I am a very new learner of php framework . I am learning codeigniter 2.0.3. I am trying to develop a simple hello world application.

I have tried this code..

class Hello extends Controller{
  function Hello(){
    parent::Controller();
  }
  function you(){
    $this->load->view("you_view");
  }

}

But unfortunately I am receiving this error …

Fatal error: Class ‘Controller’ not found in C:\wamp\www\CodeIgniter\application\controllers\hello_world.php on line 7

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T18:41:41+00:00Added an answer on June 1, 2026 at 6:41 pm

    Should be:

    class Hello extends CI_Controller{
      function __construct() {
        parent::__construct();
                /* use this only for setting default values, 
                loading helpers, models, ... */
        }
        function you() {
          $this->load->view("you_view");
        }
     }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know this is very newbyish but I have been using php.net for refernce
I'm very new to PHP so far and have been trying to learn it.
I don't understand PHP very well... not good start I know. I'm using http://detectmobilebrowsers.mobi/
I don't know PHP very well, so please bear with me. My client has
Ok well heres what I would like to do in PHP: http://www.wordle.net/ I know
I know PHP 5 already supports SQLite but for some reason I can't get
I know (PHP's) var_dump is supposed to be human readable and all, but analyzing
Pretty basic programming question, I know PHP have a function for it, but does
I have some magic stuff in my htaccess. It works very well but I
I know ASP.NET C# very well. I make a lot of stuff like surveys

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.