It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am using cakephp 1.2 up to now. Recently I decided to upgrade all my application from 1.2 to 2.2.4 (latest stable release). Anybody know how I could do this and what to change? Also I am using a single cake folder shared all the website (Advance installation).
You should check out the migration guides for information on how to upgrade, what has changed, etc:
http://book.cakephp.org/2.0/en/appendices.html
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am totally new with extjs and I would be greatful if you could provide me guides for extjs:
For the most simple: how to download and install extjs
Until how to learn to use it. If there is any video tutorial for beginners.
Start with the documentation:
http://docs.sencha.com/extjs/4.1.1
It includes tutorials, videos etc.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I built an application in WPF 3.0 but I want to switch to WPF 4.5 how it become possible and is there are any issues of switching?
Please guide me
Just Go to Project -> Properties Change target framework to .NET 4.5.
Visual studio will convert the project to relevant version
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I already upgrade my cakephp in to the latest one. I also already make some changes due to the migration. But I have this error
Missing Plugin
Error: The application is trying to load a file from the forums plugin
Error: Make sure your plugin forums is in the app\Plugin directory and was loaded
someone please help me.
have you load the plugin from bootstrap.
CakePlugin::loadAll(); // Loads all plugins at once
CakePlugin::load('DebugKit'); //Loads a single plugin named DebugKit
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Can you provide a script to create Magento models, which also supports external database connections (which connect to something other than the primary Magento database)?
Sure. Go here: http://www.magentocommerce.com/wiki/intelligent_model_wizard
Dustin Oprea
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I've never used ext myself,
but I see there are many .java files in it.
The strange thing is that it's taken as javascript?
Why?
If you mean ext js by Ext there are no Java files in Ext Js itself. Only js files which are javascript.
Maybe you downloaded Ext GWT which is a Java library for building rich internet applications with GWT.