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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T13:42:13+00:00 2026-05-24T13:42:13+00:00

I am new to cake php and I have a plugin folder in my

  • 0

I am new to cake php and I have a plugin folder in my application

app/plugins

in plugin folder I have model and vendors folder. (Notice I dont have any view or controller folder)

app/plugins/model
app/plugins/vendors

I wanted to add a component to plugin folder so I added controllers folder to it and place my component file there.

app/plugins/controllers
app/plugins/controllers/myComp.php

The method in myComp.php is

class myCompComponent extends EmailComponent    {

    function hilpot() {

In my vendors/shells/tasks folder I have a file called my_test.php

In the file I have included the component like

var $components = array('myComp');

in the same file, i have a method that suppose to call the myComp method

function _Maikle()
    {

            $this->myComp->hilpot() = array(

 ...................
..................

And it fails at this point with the following error

PHP Fatal error:  Call to undefined method stdClass::hilpot() in C:\wamp\www\folder\app\plugins\vendors\shells\my_test.php on line 87

Any help will be appreciated
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-05-24T13:42:15+00:00Added an answer on May 24, 2026 at 1:42 pm

    your plugin structure seems to be incorrect

    /app/plugins/plugin_name/controllers/... etc
    

    you probably didnt read the cookbook at all. otherwise you would have notices this as well as that components are in a sub directory:

    /app/plugins/plugin_name/controllers/components/...
    

    also note that you should always include the pluginname:

    var $components = array('PluginName.MyComp');
    

    and m should be capitalized: MyComp

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

Sidebar

Related Questions

I´m starting to developing with cake php. I have designed a DB model and
In my cake app I have a model called faqs, controller called faqs_controller &
I am relatively new to Cake PHP framework and was trying few things in
I have installed wampserver on my pc. I unzipped the cake php installation files
Background I am developing my blog application in Cake PHP. I aim to provide
Hi i am new in cake php and can't solve the problem. The problem
I have a new web app that is packaged as a WAR as part
What is the differences between bind model and contain cakephp? any one have idea
I'm new to cakephp so have just been working through the cookbook and am
i am getting the error as Array to string conversion [CORE/cake/libs/file.php, line 96] $path

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.