News Feed
Jobs Feed
Sections




News Archive
Andrew Podner:
Lithium Getting Stuff From Your Database
January 14, 2013 @ 10:36:31

Andrew Podner has a new post for those wanting to find out more about the Lithium framework and using models to work with your database.

Today I want to provide a tutorial on how to do some basic interaction with a database in Lithium, and I am going to rely on MySQL as a database for the purposes of this tutorial, although you have other options like MongoDB, as an example.

His example script uses the idea of "blog posts" stored in a MySQL table and code snippets are included showing how to:

  • Create the model class based off of the core Lithium one
  • Select all of the records from the table
  • Filter down the returned values with "magic finder" methods (like "findAllByStatus")

You can find out more about the framework in the project's documentation section of their site.

0 comments voice your opinion now!
database orm model find tutorial mysql


blog comments powered by Disqus

Similar Posts

Oracle Technology Network: Oracle Database 10g Express Edition and Zend Core for Oracle

PHPBuilder.com: Creating an RSS Aggregator with the PHP SimplePie Library

NetTuts.com: Create WordPress Plugins with OOP Techniques

Martin Sikora's Blog: Silex + Doctrine 2 ORM

Amit Singh's Blog: Installing PEAR and PHPUnit on WAMP and Windows 7


Community Events











Don't see your event here?
Let us know!


application example framework zendframework2 testing release phpunit interview composer functional opinion language community introduction code database api podcast development series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework