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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T00:00:41+00:00 2026-06-13T00:00:41+00:00

I have a question about declaring $helper explicitly. This is sample code from CakePHP

  • 0

I have a question about declaring $helper explicitly.
This is sample code from CakePHP Book.

<?php
class PostsController extends AppController {
    public $helpers = array('Html', 'Form');

    ..
}

In my code, I didn’t have that declaration at all, but my app is still working, I can save data via my web form, I can also using $this->Html->link().

Do I really need that declaration, any disadvantages if I didn’t?

Thanks to all.

  • 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-13T00:00:42+00:00Added an answer on June 13, 2026 at 12:00 am

    The $helpers variable only needs to be declared when you are using a Helper other than ‘HTML’ and ‘Form’. The core helpers ‘Html’ and ‘Form’ are loaded by default into the $helpers array, so the declaration is unnecessary if you only intend to use these.

    If you want to add a custom helper, or use any other core helper, then you must declare the $helpers array. When you do this, you are overwriting the default helpers array, so you need to make sure to include the defaults again if you still intend to use them.

    // Default. You do not need to declare this if you 
    // only intend to use these helpers.
    $helpers = array('HTML', 'Form'); 
    
    // Add 'CustomHelper' to $helpers array. In this case
    // HTML and Form must be declared.
    $helpers = array('HTML', 'Form', 'Custom');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a question about this formula from a book: EFW (cm,kg)= 10^(-1,7492+(0,166*BPD)+(0,046*AC)-(2,646*AC*BPD/1000)) The
I read different opinions about this question. Let's say I have an interface class
I have question about parsing in Html helper : I have sth like: @foreach
I have a question about how GC works in Java. Consider the following code:
In a question about forward declaring templates, and an answer that this is not
I have a question about the following code. [name file] = uigetfile('*', 'Select an
This is a fairly basic question about CakePHP, but since my knowledge of this
I have a rather fundamental question about XML here. When declaring an element's xmlns
I want to call a partial method from outside of the declaring class. This
This is the code that I have to dynamically declaring an array inside a

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.