drupal
Drupal is outdated
Open source is very best arguments in hand. You have access the code.
If there is a feature missing you can implement.
If there is something is not working you can hack the code to rewrite.
designer drupal
Designers will choose nerkl over drupal because
Better than drupal
I'm working on a draft of new content management system. That influences highly from drupal. Mostly concepts developed from drupal. And I Integrate them on a platform.
LangsAtOnce module
My first module is ready. And this post is for applying cvs account at drupal.
Similar
New technique to win olimpics
At the 1968 Olympics, Dick Fosbury took the athletics world by surprise with an unusual high-jump technique.
Printing mysql_error
This is a code snipped to print mysql error.
If there is no error mysql_error returns null, thus if evaluates false and there is no output.
multiple ON DUPLICATE KEY UPDATE
Here is an example of how to update multiple columns using values supplied in the INSERT statement. This assumes that column 'a' is the unique key.
multiple ON DUPLICATE KEY UPDATE
Here is an example of how to update multiple columns using values supplied in the INSERT statement. This assumes that column 'a' is the unique key.
php unlink recursive
The shortest recursive delete possible.
<?php
/**
* Delete a file or recursively delete a directory
*
* @param string $str Path to file or directory
*/


