WordPressure

Out of context: Reply #28

  • Started
  • Last post
  • 36 Responses
  • acescence0

    there's just your data model and access layer, url mapping/rewriting, caching, templating engine, media management, localization, granular admin permissions and session handling, all while keeping considerations for future extensibility in mind. then you'll have to test it to make sure there aren't injection or csrf vulnerabilities or resource issues with your code, and then document the whole thing so you can hand it off to the client. simple if you've got a six-figure budget.

    you're better off starting with a framework that has a lot of this stuff built in for free than writing purely from scratch.

View thread