markstory

Questions Asked

The user has not asked any questions.

Answers

0

Setting up magic routes for plugins in CakePHP 1.3?

Seems odd that the /forums/forums route is not working. These are routes that are supported and well tested. Perhaps a App wasn't able to find the plugin? I would take a look at the routes...

1

how to use jquery?

You can put the jquery.js file in app/webroot/js/jquery.js and use the HtmlHelper to link the file in.

As for where to put the jquery code, you could either put it in a script tag at the bottom of...

0

ErrorLogging in Cake1.3

That error is probably coming from using h() with a character set that htmlspecialchars() doesn't know how to handle. The default error logging doesn't provide stack traces, but you could extend...

Comments

How to validate HABTM model with extra fields?

You might also not have an instance of the Model you think you do. You might want to check the classname of the join model with `debug(get_class_name($this->Order->OrdersProduct));` to make sure you have the correct class instance.

How can I use components in a shell

Not really, but based on the name of your component, I would say you actually have a model :)

class "connectionmanager" not found

You should download the latest 1.3 with git. There was an error in the packaged release, it will be fixed in the next package.

How do I set up cakephp to connect to sql server 2005 with ADOdb?

Don't use AdoDb, unless you absolutely have to. Its horribly slow and basically all around terrible. Is there any reason you can't use the MsSql driver?

The new js engine helpers...

There's really not much there, you might want to try expanding it before asking for help. There are 3 JsEngines in the core, you can use those as reference of what methods you would need and how to use the methods in `JsBaseEngineHelper`
Member since:
October 25th, 2009
Last active:
Questions asked:
0
Answers:
19
Correct Answers:
7
Comments:
5