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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T23:27:43+00:00 2026-05-22T23:27:43+00:00

I have a forms directory inside my application directory with custom form php files

  • 0

I have a “forms” directory inside my application directory with custom form php files in there. In my application.ini the appnamespace is “Application”. The form name I’m trying to use is BetaSignup.php. The class is Application_Form_BetaSignup.

In my controller I try to do $form = new Application_Form_BetaSignup, and I get an error saying:

Fatal error: Class ‘Application_Form_BetaSignup’ not found.

Thoughts on how to fix?

  • 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-22T23:27:43+00:00Added an answer on May 22, 2026 at 11:27 pm

    You can use the typical application/forms directory for your form classes if you name them appropriately using the configured appnamespace directive (default “Application”). Please note, the directory name is lowercase “forms”.

    For example, say you have a registration form “Registration”. Create the file at application/forms/Registration.php (note the case sensitivity) containing the class

    class Application_Form_Registration extends Zend_Form
    {
        // etc
    

    The resource autoloader will be able to find your form when you instantiate it in your controllers, eg

    $form = new Application_Form_Registration(); // will be auto-loaded
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application which takes a string value of the form %programfiles%\directory\tool.exe from
Hi have some forms that I want to use some basic php validation (regular
I have a custom MVC application/framework where each action is a function inside of
I have a SharePoint site extended for forms authentication. The Active Directory site is
I have a webservice (asmx file) in a directory requiring form authentication When I
I have two forms, form A and form B. These forms must differ in
I have a custom ASP.NET solution deployed to the ISV directory of an MS
I have a PHP form that is inserting information into a database. It all
I have a folder with a large amount of files inside of it. I
I want to use a form variable inside a cakephp model class variable $actsAs.Below

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.