You are here

README.txt in Search Krumo 7

Search Krumo extends the devel module.

FUNCTIONALITY:
==============

Search:
-------
You can search for keys or values.

Variable path:
--------------
You can copy the path to an item in an array/object.
Example: $variables['page']->node->nid
To fully use this function use sdpm instead of dpm.
This will add the variable name that you have put into sdpm()
This way it is only copy and paste, the best for hard working/lazy programmers!

File

README.txt
View source
  1. Search Krumo extends the devel module.
  2. FUNCTIONALITY:
  3. ==============
  4. Search:
  5. -------
  6. You can search for keys or values.
  7. Variable path:
  8. --------------
  9. You can copy the path to an item in an array/object.
  10. Example: $variables['page']->node->nid
  11. To fully use this function use sdpm instead of dpm.
  12. This will add the variable name that you have put into sdpm()
  13. This way it is only copy and paste, the best for hard working/lazy programmers!