can we convert cakephp application from version 1.3 to 3.1 - cakephp

I have one application developed in cakephp 1.3 version. It is working fine. Now I want to add some new modules in that application. Please suggest do I need to migrate my application to cakephp latest version and then start developing new modules, or leave the application in old version and aa new modules. Will there be any advantage of upgrading the version of cakephp?

Related

CakePHP 1.3 migration To 4.x

Hello I need Some Help ,
I Have a CakePhP Project in version 1.3. I want To migrate in to 4.x is it possible and can anyone Help
what are the steps to follow to migrate from 1.3 to 4.1 CakePhp version
create a new php 7.4 / MySql work environment (using docker, vagrant, xampp,..)
export database from current app
import database to new environment
init new cakephp 4 app
connect cakephp 4 to database
bake basic MVC app
look at cakephp 1.3 template and create same representations at new app
look at old controllers actions and create new in cakephp 4 way
look at old models methods and create new in cakephp 4 way
update routings
copy assets
This is a simplified guide to migrating from your web application based on the old version of cakephp to the latest version.

How to create Hybrid application with Angular2.0

My current application is in AngularJS1.4.8 version. I want to create few modules in 2.0. Can I use both version together?

Which libraries need to be added in java web application to support ExtJS

We have an application which has UI part in javascript and dojo 1.8.3. Now we have been asked to replace dojo with ExtJS. The server side of application uses struts2 as framework.
I just wanted to know which libraries I need to include in lib folder of web-app so that it support ExtJS. I have include the struts-json-plugin.jar to support json with struts2.
But how to include ExtJS features into the web-application.
As far as I know, you cannot "replace dojo with ExtJS" easily. For us, this required a full rewrite of the web app and a clear distinction between frontend and backend. You would have to start from scratch with an empty ExtJS project and rebuild the whole frontend.
When we went away from Dojo, without having prior knowledge of "how to do things in ExtJS", it took about 18 months (with a lot trial and error) to get feature parity between the old Dojo frontend and the new ExtJS frontend.

use croogo as plugin in main cakephp app

Im working with cakephp for few months and recently I came across croogo, a cakephp cms system. I've tried it and I should say its an awesome system.
Is it possible to use it as a plugin in my main site. I want to use it just for the admin part and rest of my application unattached to it. Ive tried loading its bootstrap file from my main app and also by linking routes to it. I always get errors.
Can someone have any idea if croogo is meant to be used like a plugin or does it have to be used seperately?
"Beginning version 1.6.x, Croogo has been updated to be installed as a vendor package"
=> So yes, it is possible to use it in your code - just not as plugin, but vendor.
See
https://github.com/croogo/croogo/tree/3.0#installation-using-git

Cakephp vs Joomla Components and Modules

This question is about Cakephp, I am really confused on cakephp I just noticed that if i'm not mistaken cakephp does not have components and modules like Joomla does?
am I right that cakephp doesn't have components and modules?
I think your a little bit confused about the two concepts. You can't compare cakephp and joomla cause joomla is a CMS (Content Manger System) while Cakephp is a PHP Framework. Thus Cakephp has her own logic and joomla components and modules are addressed in some other way (blocks, elements, plugins, behaviors ect ...)
I think what can be compared with the CakePHP framework is the Joomla framework
http://framework.joomla.org with whom you can write your web apps. But the Joomla framework does also not come with component, module and plugin support as this is CMS specific.
It was recently released in version 1.0 http://www.joomla.org/announcements/release-news/5521-joomla-framework-1-0-released.html.

Resources