HI Guys,
I'd like to know how best I should b e modifying phpwcms?
now don't all go getting excited, I'm not asking for feature requests that you would like me to do for you!. I need to write some new functionality that is in addidtion to the existing phpwcms stuff. This would include new replacement tags, article counterparts and admin pages like the 'structure' and 'layout pages'.
My question is...
can I do any or all of these things without changin exisitng files by adding an include line to conifg.inc.php that includes a file of other files needed to include? (if you understand that )
is it possible to write functions that check another location [i.e include files] for addidional conditionals and caseof statements?
how do you guys make and maintain your changes to phpwcms?