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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top