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

  • Home
  • SEARCH
  • 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 7047871
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:49:25+00:00 2026-05-28T02:49:25+00:00

So this is how my startup model looks like: <?php class Test extends Zend_Db_Table{

  • 0

So this is how my startup model looks like:

<?php
class Test extends Zend_Db_Table{
protected $_name = 'test';
/**
 *
 * @staticvar Test $instance
 * @return Test
 */
static public function getInstance() {
    static $instance;
    if (!($instance instanceof Test)) {
        $instance = new Test();
        $instance->init();
    }
    return $instance;
}

}

So everytime I want to use it in my controller I will have to create it $var = Test::getInstance(); is there a way to extend Zend_Controller to automate this? I mean I don’t want to do this everytime in my controller, I just want to use $var->foo So can I instantiate in a plugin or so that extends Zend_Controller? Or has someone a better idea?

  • 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-28T02:49:26+00:00Added an answer on May 28, 2026 at 2:49 am

    Maybe you have a good reason to extend your class from Zend_Db_Table instead of Zend_Db_Table_Abstract, but the latter is usually the most common way of doing it. And it doesn’t force you to call getInstance(), you can just pass the DB adapter to it as a parameter to the constructor.

    You can find more information here: http://framework.zend.com/manual/en/zend.db.table.html#zend.db.table.defining

    Hope that helps,

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

Sidebar

Related Questions

Typically the model for ORM's that I've used goes something like this: Program startup:
php -v gives this PHP Warning: PHP Startup: memcache: Unable to initialize module Module
given the following model example: @Entity @Table(name=tierenforcers) public class TierEnforcer extends Model { public
My iPad app hangs on startup sometimes. It looks like the main thread is
I have a setup like this... $(document).ready(function(){ var model = { /* some variable
Using the Pre Release Xcode 3.2.3 I get this as a Startup Project (source:
I want to start up my Rails development server like this: script/server OFFLINE_MODE=1 and
This might seem like a stupid question I admit. But I'm in a small
I trying to produce a DockLayoutPanel which looks like the example in the Developer's
I've got a model that's migrating sucessfully but is taking 15-20 seconds. (Obviously this

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.