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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T02:47:28+00:00 2026-06-14T02:47:28+00:00

I am trying to write a plugin for CakePHP (CakePHP 2.2.3) called LinkElement which

  • 0

I am trying to write a plugin for CakePHP (CakePHP 2.2.3) called LinkElement which takes makes it possible to get a url and hand back a rendered element. My example uses an Ajax tabs table (if there are better ways to do this please say). I cannot get it to load from a URL.

Example:

localhost/LinkElement/Links/

throws:

Error: LinkElementController could not be found.

Error: Create the class LinkElementController below in file: app\Controller\LinkElementController.php

<?php
class LinkElementController extends AppController { }

My layout is as follows:

/app
    /Plugin
        /LinkElement
            /Controller
                LinkElementAppController.php
                LinksController.php
            /Model
                LinkElementAppModel.php
            /View
                Links/
                    index.ctp

LinkElementAppController.php

<?php class LinkElementAppController extends AppController { }

LinksController.php

<?php App::uses('LinkElementAppController', 'LinkElement.Controller');

class LinksController extends LinkElementAppController {}

LinkElementAppModel.php

<?php class LinkElementAppModel extends AppModel {}

Links/index.ctp (just a dummy until I can get the URL working)

<h2>Working</h2>

Also routes.php

CakePlugin::routes();
CakePlugin::load(array('LinkElement'));

I realise that this is probably simple, but I cannot see it right now and looking at other answers is not helping.

  • 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-14T02:47:30+00:00Added an answer on June 14, 2026 at 2:47 am

    You shouldn’t ever be using caps in URLs. 🙂

    The Cake way to access controllers in plugins is to use underscore notation:

    /plugin_name/controller_name/action

    So in your case:

    localhost/link_element/links/<action>

    ref: http://book.cakephp.org/2.0/en/plugins.html#plugin-tips

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

Sidebar

Related Questions

I'm trying to write a Jekyll plugin which generates an array of pages in
I am trying to write a simple Wordpress plugin, which updates a custom field
I am trying to write a plugin which will update a user field. I
I have been trying to write a Controller Plugin which I will be using
I'm trying to write a plugin which edits the content of a published post.
I'm trying to write a plugin that calls a function (icalendar-import-file) which has the
I'm trying to write a plugin that will make a system call which generates
I am trying to write an Eclipse plugin which needs to read the std
I am trying to write a plugin which I can reuse in several grails
I'm trying to write a custom maven plugin, and want to get some information

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.