Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hidden features of the Lithium framework? [closed]

Tags:

php

lithium

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?

like image 429
powtac Avatar asked Jul 26 '10 16:07

powtac


2 Answers

Hey, thanks for asking. Most of what you can do with Lithium currently is documented at http://li3.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.

like image 60
Nate Abele Avatar answered Nov 06 '22 22:11

Nate Abele


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/

like image 31
Aaron Shafovaloff Avatar answered Nov 06 '22 22:11

Aaron Shafovaloff