PHP
Create an Example CRUD Module in Drupal 7
By admin | | 0 Comments |
There are two basic files require to create a module
Creating Modules in Drupal 6
By admin | | 0 Comments |
Following are the steps to create module in Drupal 6.
Five Mostly use PHP design patterns
By admin | | 0 Comments |
Design patterns were introduced to the software community in Design Patterns,
Funtion to security all Form Post Data
By admin | | 0 Comments |
<?php <?php function securityOnPost($array){ //$array foreach ($array as $key =>