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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T14:28:18+00:00 2026-06-06T14:28:18+00:00

I have a useful object written in PHP lets call it my_class.php <?php class

  • 0

I have a useful object written in PHP lets call it my_class.php

<?php
class my_class{
  var property;
  function __construct($conn){
     $query = "SELECT * FROM bla bla bla";
     $rs2 = mysql_query($query , $conn);
     //... do stuff with results etc.
  }
  function do_something(){
     //more code here
  }
}
?>

What I would like to do with this class is to be able to use it inside of the admin section of the EE site, in the following way:

$this_obj = new my_class($conn);

The concerns that arise from this are the following:
1) $conn would be a connection to MySql when you’re sort of outside EE, and it would be better to place this somewhere where it is possible to use the EE database calls.

2) where would you put a class, so that EE can instiantate it many times?

To make this object useful, it will need to be instantiated dozens of times, and I’ll want to be using an array of these objects rather than just one instance.

Thanks in advance for any insight!

  • 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-06T14:28:21+00:00Added an answer on June 6, 2026 at 2:28 pm

    You may want to take a look through the CodeIgniter docs. ExpressionEngine is based on CI, so if you’re looking for best practices look at the CI docs.

    You can store your class files wherever you want – but most people store the in libraries/ or lib/ within the addon folder they are developing. That way you can call $this->EE->load->library(‘whatever’);

    Take a look at models for making database calls – also take a look at the CI DB / ActiveRecord Class and the DB forge class.

    Hope that helps!

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

Sidebar

Related Questions

So I have this database class in PHP and I only have 1 function
I have written some Java classes that do something useful. I'd like to wrap
I have a COM object written using the MS ATL library. I have declared
I'm working on a web application written on php. I have some objects (represented
I have a Color companion object which holds a few useful colors, and I'd
I have some useful typedefs on a header file called utypes.h. I have decided
I have a useful macro here: #include <algorithm> #include <vector> #include <string> #include <boost/algorithm/string.hpp>
I have some useful wpf buttons to test some functionality. It would be good
Does anyone have any useful advice/links to information about working with mp3 files in
Does anyone have some useful beginner tutorials and code snippets for playing with basic

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.