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

Internet Super Hero: PHP: Is mysqlnd stable?

O'Reilly: Using Google Code Search to Find Security Bugs

Evert Pot's Blog: Creating Streams from Strings in PHP

Devshed: Database Details and PHP

DevShed: Building Object-Oriented Web Pages with Inheritance in PHP 5


Community Events











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


opinion zendframework2 phpunit functional development series testing conference rest interview community framework language release introduction google podcast symfony2 usergroup database

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