satorian
Hello everyone!
Two modules makes Drupal the best CMS in the OS world. It's CCK and Views. Does Zikula offers similar features?
Does Drupal have anything like Pagesetter? No?
Epic Fail.
Show your support for Zikula! Sign up at Github account and watch the Core project!
Go to page [-1] 1 - 2 - 3 [+1]:
Hello everyone!
Two modules makes Drupal the best CMS in the OS world. It's CCK and Views. Does Zikula offers similar features?
Does Drupal have anything like Pagesetter? No?
Drupal seems to be written in the kind of code that Zikula (back then PostNuke) had about 3-4 years ago.
1) There is no templating system. PHP and HTML are mixed throughout the output-generation code.
2) there is no database abstraction layer (ie: queries are constructed manually and thus hardcoded into the code)
3) there doesn't seem to be much in terms of generic system code that can be reused by a module.
Backward compatibility:
The worst point of Drupal. Too many core changes per version brokes a lot of stuff
Quote
Drupal seems to be written in the kind of code that Zikula (back then PostNuke) had about 3-4 years ago.
not quite:
Quote
1) There is no templating system. PHP and HTML are mixed throughout the output-generation code.
of course there is. At the time of your posting and years before: http://api.drupal.or…api/group/themeable
Quote
2) there is no database abstraction layer (ie: queries are constructed manually and thus hardcoded into the code)
there has been an absctraction layer since the beginning: http://api.drupal.or…pi/group/database/6
http://api.drupal.or…api/group/schemaapi
And it's getting better and better.
$existing = db_fetch_object(db_query("SELECT status FROM {system} WHERE type = '%s' AND name = '%s'", 'module', $module));
$objectArray = DBUtil::selectObjectArray ('tablename', $where, $sort);
I don't know the Zikula project. I will donwload it right now and test it, so I wan't say much about it. You shouldn't talk either about what you don't know.
We'll become better thru the exchange of knowledge and collaboration, nor thru misinformation and fighting.
Like I said in my original post, if it works for you, great. I just think that Zikula has some nice technical features that Drupal lacks
PHP in the templates is a deal breaker
Hi all
Quote
PHP in the templates is a deal breaker
I dont agree,
Jerindo.net - Ruminations of an Expat in Indonesia & Webdevelopment
Go to page [-1] 1 - 2 - 3 [+1]: