Further steps
Well, hopefully we've done enough to get you up and running with Li3 development, but that's never the whole story! I'd recommend you do some research into:
- Source control (e.g. Git)
 - PHP performance and configuration
 - Scaling
 - Hosting
 - ORM (Object-Relational Mapper)
 - Programming paradigms:
- OOP (Object-Oriented Programming)
 - AOP (Aspect-Oriented Programming)
 - FP (Functional Programming)
 
 
Specific things to read:
- http://unassumingphp.com/lithium-getting-stuff-from-your-database/
 - http://www.komposta.net/article/lithium-model-schema-caching - cache schema
 - https://github.com/heptat/li3ruckusingmigrations?
 - http://www.slideshare.net/nateabele/lithium-the-framework-for-people-who-hate-frameworks - presentation from Nate Abele on Lithium. A few years old but still worth a browse.
 - https://sites.google.com/a/mattvanandel.com/lithium-framework/home - very old now but still mostly accurate