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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T01:02:59+00:00 2026-06-11T01:02:59+00:00

I am writing my own log class in zendframework based application. I was wondering

  • 0

I am writing my own log class in zendframework based application. I was wondering as it’s my own lib class where to keep it in application. I decided to keep this class parallel to “Zend” folder inside /library folder

-library
 - Zend
 - Helper [ custom lib classes]

In bootstrap.php I have _initAutoload function where in I have added following

  $autoloader=new Zend_Loader_Autoloader_Resource(array(
            'basePath'  => dirname(__FILE__),
            'namespace' => 'Demo',
        ));
        $autoloader->addResourceType('model', 'models/', 'Model');
        $autoloader->addResourceType('helper', APPLICATION_PATH.'/library/Helper', 'Helper');

but I get error Demo_Helper_Logger class not found.

Whats could be wrong here? Any idea?

Thanks

  • 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-11T01:03:00+00:00Added an answer on June 11, 2026 at 1:03 am

    If you are using ZF 1.9+ you can handle this inside your application.ini

    Put your custom “library” into:

    ../library/Helper/Log.php

    Name your class like:

    class Helper_Log {}
    

    Add

    autoloadernamespaces.1 = "Helper_" 
    

    to your application.ini

    $log = new Helper_Log(); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing my own class to manage mongodb queries within express framework. This how
I am writing my own text editor, and I was wondering how can I
I'm currently writing my own virtual keyboard for linux using the X11 lib and
I'm writing a log collection / analysis application in Python and I need to
When writing my own events to the error log, do I have to have
I'm writing some logging code that is based on SessionID... However, when I log
I am writing my own Firebird database browser using the ibpp library. Is there
I am writing my own programming language just for the fun of it. Currently
I am writing my own implementation of the Google Drive client for the Android
I am busy writing my own collection type and need to have a function

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.