Guest User

Untitled

a guest
Jul 22nd, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. === WHAT YOU NEED
  2. - Idea or inspiration
  3. - Editor
  4. - Method to test
  5. - Knowledge of PHP, XHTML, and CSS (possibly JS as well)
  6. === WHAT YOU HAVE INCLUDED
  7. - AutoMOD
  8. - UMIL
  9. - MODX quickstart files
  10. === WHAT YOU ARE REQUIRED TO DO
  11. - MODX
  12. - DBAL
  13. - request_var()
  14. === CODING RESOURCES
  15. - phpBB Wiki
  16. - phpBB MOD Author discussion
  17. - Area51 discussion
  18. - php.net
  19. === CODING HABITS
  20. - escape/typecast at point-of-query
  21. - make use of dbal::sql_in_set() !
  22. === CODING PROCESS FOR LARGER MODS
  23. - What do you want it to do?
  24. - Features
  25. - Requirements
  26. - Design database tables and modifications
  27. - Code the PHP
  28. - Code the templates
  29. - Assemble the MODX from necessary edits
  30. === TOOLS
  31. - Version control (SVN/Git)
  32. - Version control tools (rapid svn, tortoisesvn, msysgit)
  33. - Version control repo hosts
  34. - Coding tools (IDEs, Notepad++, gedit, etc)
  35. - Testing tools (XAMPP, LAMP, MAMP, etc)
  36. - DB administration tools (Navicat)
Add Comment
Please, Sign In to add comment