Nazarene Gonzales
Nazarene Gonzales

Reputation: 137

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?

Upvotes: 0

Views: 705

Answers (2)

Laoneo
Laoneo

Reputation: 1566

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.

Upvotes: 0

kadavre
kadavre

Reputation: 96

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 ...)

Upvotes: 3

Related Questions