jaywilliams / ultralite

Miscellaneous files pertaining to the Ultralite framework, some of which are deprecated. View pixelpost/ultralite2 for the latest version.
https://github.com/pixelpost/ultralite2
5 stars 0 forks source link

Comments Controller/Plugin #9

Closed jaywilliams closed 12 years ago

jaywilliams commented 15 years ago

Comments are a biggie. They need to be supported, but they also need to have very tough built-in spam prevention technologies.

Perhaps we could integrate the comments into the $posts array?
$posts->comments = array() or perhaps just create a new $comments array variable?