diff options
author | Evan Prodromou <git@evanprodromou.name> | 2009-01-13 13:41:39 -0500 |
---|---|---|
committer | Evan Prodromou <git@evanprodromou.name> | 2009-01-13 13:41:39 -0500 |
commit | 93e249de2a28775e3a40e63324371fec359fb93b (patch) | |
tree | e7da28faa22c6af01268eca565d271559d5fc86f /actions/twitapinotifications.php | |
parent | 2e5b34269308e7f771f5c44b5fdc46ceb4df1a21 (diff) |
Move page-generation code from lib/util.php to Action class
We moved the page generation code from lib/util.php to the action class.
We also broke up the page generation code into a big recipe, where
each element of the page has a corresponding method in the Action
class. Action classes can override parts of the recipe to make their
custom output, and leave the rest up to the parent class.
NOTE: this change BREAKS pretty much everything. lib/action.php probably
does not compile, and everything that uses it needs to be fixed to use
the new framework. Stay tuned for more fun!
Diffstat (limited to 'actions/twitapinotifications.php')
0 files changed, 0 insertions, 0 deletions