<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="0.92">
<channel>
	<title>Orchid</title>
	<link>http://orchid.phpxperts.net</link>
	<description>PHP framework for the rest of us</description>
	<lastBuildDate>Thu, 10 Apr 2008 16:19:58 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>part 2: working with models</title>
		<description>as promised, orchid comes with real flexibility which lets you design your application in less time. in orchid, there is a nice active record object which helps you to interact with your database very easily. beside that, you can also write your own model class to facilitate comples business logics ...</description>
		<link>http://orchid.phpxperts.net/2008/04/10/part-2-working-with-models/</link>
			</item>
	<item>
		<title>part 1: getting started with orchid</title>
		<description>today i was planning to start the documentation of orchid framework for the rest of us(?). so this one is the first installment of this series. you will find small tutorials everyday. just stick with the series and you will see how far we can fly you. time to get ...</description>
		<link>http://orchid.phpxperts.net/2008/04/06/part-1-getting-started-with-orchid/</link>
			</item>
	<item>
		<title>Creating a basic App with Orchid</title>
		<description>Ok, lets try to create baby out of orchid :P

Take her at your place for date:

Copy the orchid folder to a location of choice where you like to host the app.

Make sure she is vergin

There should not be any app folder inside the orchid folder.  If any, remove it.

Get ...</description>
		<link>http://orchid.phpxperts.net/2008/03/18/creating-a-basic-app-with-orchid/</link>
			</item>
	<item>
		<title>Update</title>
		<description>Recently we have added http object, blueprint css framework and RSS reader and writer class in orchid. Due to having some complexity, we decided to add support of open id in next stable release.

The project is running under heavy documentation. You can expect a beta very soon :)

If you are ...</description>
		<link>http://orchid.phpxperts.net/2008/01/25/update/</link>
			</item>
	<item>
		<title>New Addition - http object</title>
		<description>We have added a new object in orchid framework. This is an object to help you manage all remote operations (over HTTP) extremely easier. This is a wrapper of HTTP class that uses either cURL or fsockopen to harvest resources from the web. It supports a handy subset of functionalists ...</description>
		<link>http://orchid.phpxperts.net/2008/01/25/new-addition-http-object/</link>
			</item>
	<item>
		<title>Domains Taken</title>
		<description>Two domains for orchid is taken today. They are

1. www.orchidframework.net
2. www.orchidframework.com </description>
		<link>http://orchid.phpxperts.net/2007/12/29/domains-taken/</link>
			</item>
	<item>
		<title>We are planning to integrate OpenId and BP</title>
		<description>

Not both of them are in same group. OpenID is one of the most successful single sign on solution for open source developers and BP is Blueprint, a really nice CSS framework.

We are planning to bundle both of them in orchid in next release. Needless to say, BP will work ...</description>
		<link>http://orchid.phpxperts.net/2007/12/25/we-are-planning-to-integrate-openid-and-bp/</link>
			</item>
	<item>
		<title>Using Models</title>
		<description>Not a big deal in Orchid. If u have a table named "users" in your mysql database with the following structure, you can interact with it like this.


CREATE TABLE `users` (
  `id` int(11) NOT NULL auto_increment,
  `username` varchar(250) default NULL,
  `password` varchar(32) default NULL,
  PRIMARY KEY ...</description>
		<link>http://orchid.phpxperts.net/2007/12/24/using-models/</link>
			</item>
	<item>
		<title>Writing Inline Unit Tests in Orchid</title>
		<description>Writing inline unit test makes it painless and hassle free. Orchid comes with a bundled unit test library which you can take full advantage of. Have a look at the following code to understand how to write your unit tests. No more "setup" and "teardown" for you :D

Lets consider your ...</description>
		<link>http://orchid.phpxperts.net/2007/12/24/writing-inline-unit-tests-in-orchid/</link>
			</item>
	<item>
		<title>Caching in Orchid is Easy</title>
		<description>Caching is one of the built in core features in orchid. Orchid supports three types of storage engine for orchid which are SQLite, MySQL and Memcache. You can take advantage of either one depending on your requirement. Lets have a look at how to work with caching engine in Orchid. ...</description>
		<link>http://orchid.phpxperts.net/2007/12/24/caching-in-orchid-is-easy/</link>
			</item>
</channel>
</rss>
