Ym developing helper

Categories

Component ID

1776648

Component name

Ym developing helper

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

I am Drupal and php developer, everytime need something like devel module for my developing jobs(specially dsm,dmp ,..), but It's very powerful,heavy and big modules and I could'nt install it everywhere.(some projects uploaded and they were in testing phase and install devel get site loading very slow).
by the way

ym_hd module is very slight and useful developing helper.Developer can render every variables and objects want in everywhere.

-- SUMMERY --
ym_dh module is tiny and slight module for helping developer in drupal developmenting.using drupal_set_message and print_r and var_dump always is tedious method to rendering variables. with a ym_debug module you can render your variable very clear and neat.

-- USAGE --
This module provide you function with 3 usage.

  • ym($param);
  • ym($param,'all');
  • ym($param,'message');

ym($param); is normal using of this module, render element in every where , output of this method is very clear and classified
ym($param,'all'); have output like print_r result (dirty result ).entirely showed without classified.
ym($param,'message'); ,surely any drupal developer faced with this problem that any print_r in sumbit and validation function not have output. I am pleasure to solve this problem.