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 1020635
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T11:11:28+00:00 2026-05-16T11:11:28+00:00

class Theme { function __construct() { } function load( $folder, $file ) { $theme_path

  • 0
class Theme
{
    function __construct()
    {

    }

    function load( $folder, $file )
    {
        $theme_path = ROOTPATH . '/theme/' . $folder . '/' . $file . '.php';
        require_once($theme_path);
        return TRUE;
    }
}

on index.php

<?php

require class.theme.php
$theme = new Theme;
$theme->load('site','index');
?>

on my site/index.php

<?php 
// to work i need another $theme = new theme; why can i do this ? can i make 
it make it work twice or more inside the function load ?   
$theme->load('site','header');
$theme->load('site','footer');
?>

somehow it needs to $theme = new Theme; again on site/index.php

is there another way to make it work? maybe my class design is not good or algorithm is failing.

edit* more information
ok so what im trying to do is to load header view footer view.

  • 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-05-16T11:11:29+00:00Added an answer on May 16, 2026 at 11:11 am
    class Theme
    {
        function __construct()
        {
    
        }
    
        function load( $folder, $file )
        {
            $theme_path = ROOTPATH . '/theme/' . $folder . '/' . $file . '.php';
            return $theme_path;
        }
    }
    

    on index.php

    <?php
    require class.theme.php
    $theme = new Theme;
    require_once $theme->load('site','index');
    ?>
    

    on my site/index.php

    <?php 
    // to work i need another $theme = new theme; why can i do this ? can i make 
    it make it work twice or more inside the function load ?   
    require_once $theme->load('site','header');
    require_once $theme->load('site','footer');
    ?>
    

    this done the trick for the while, thanks guys.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following controller file: <?php class Test extends CI_Controller { function __construct()
<?php class User { private $id; private $username; public function __construct($id = null) {
I recently wrote a theme function to add a class to my primary links
This is my Welcome controller class Welcome extends MY_Controller { function __construct() { parent::__construct();
I wonder if there is something wrong with the copy constructor function below? class
Is there a function that tells what class you are extending? Like function_exists? I
I have 3 function in my class B. These three function have to access
Is there any Java function or util class which does rounding this way: func(3/2)
Is there a way to make a class function unoverriddable? Something like Java's final
Is there any way to override a class method with a lambda function? For

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.