tags:

views:

197

answers:

2

Since there isn't a lot of documentation out there, some features of the Lithium PHP Framework are not well known by the public. Are there any cool code features which I would miss if I just use the framework as shown in the docs?

A: 

Hey, thanks for asking. Most of what you can do with Lithium currently is documented at http://lithify.me/docs/lithium and http://dev.lithify.me/drafts/source. However, with each new release we usually write a blog post highlighting some of the features that have been added and what you can do with them. Those can be found here: http://dev.lithify.me/lithium/wiki/blog.

Let me know if you need anything else, or have any other questions. As always, feel free to drop by #li3 on Freenode.

Nate Abele
Nate, it's been awhile since the last release. How are things progressing?
Leo
See here for a quick summary: http://dev.lithify.me/lithium/wiki/workshops-meetups-conferences -- Next week I'll have a "State of Lithium" post up on DevZone, which will give a more thorough overview of our status.
Nate Abele
A: 

Filters are a huge benefit in Lithium. Notice how one would do "beforeSave" and "afterSave":

http://www.patrickjsparrow.com/php/beforesave-and-aftersave-in-lithium/

AaronShaf