<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/php-orm/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/php-orm/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/php-orm/feature-requests/</id><updated>2008-06-28T17:21:08Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>findAll should handle other operators</title><link href="https://sourceforge.net/p/php-orm/feature-requests/7/" rel="alternate"/><published>2008-06-28T17:21:08Z</published><updated>2008-06-28T17:21:08Z</updated><author><name>Jordan Kasper</name><uri>https://sourceforge.net/u/jakerella/</uri></author><id>https://sourceforge.net101fe4b2ac439c79bbf0b8252e1b056dbdb4d426</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The findAll method should accept parameters which indicate other operators besides equality (and LIKE). For example, instead of just passing in 'field1'=&amp;gt;'value1', one could also pass in 'field1'=&amp;gt;array('operator'=&amp;gt;'!=', 'value'=&amp;gt;'value1')&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Better DB field attribute definitions</title><link href="https://sourceforge.net/p/php-orm/feature-requests/6/" rel="alternate"/><published>2008-06-16T16:00:46Z</published><updated>2008-06-16T16:00:46Z</updated><author><name>Jordan Kasper</name><uri>https://sourceforge.net/u/jakerella/</uri></author><id>https://sourceforge.netcd8d160f627de176974ae07c7002cb202ba6bd89</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;It would be better if the attributes of a database field/property could be specified in annotation style comment on the field versus in static fields that can't be used with an instance of the class.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Documentation &amp; example code</title><link href="https://sourceforge.net/p/php-orm/feature-requests/5/" rel="alternate"/><published>2008-06-13T14:13:01Z</published><updated>2008-06-13T14:13:01Z</updated><author><name>Jordan Kasper</name><uri>https://sourceforge.net/u/jakerella/</uri></author><id>https://sourceforge.nete096f136fa9c8e11074aa45d3aa6291ebd178380</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;We would like to have full documentation and example code&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Lazy loading of entity relationships</title><link href="https://sourceforge.net/p/php-orm/feature-requests/4/" rel="alternate"/><published>2008-06-13T14:11:14Z</published><updated>2008-06-13T14:11:14Z</updated><author><name>Jordan Kasper</name><uri>https://sourceforge.net/u/jakerella/</uri></author><id>https://sourceforge.netf2aa3338f3e2207043f07f7b75db536810eeda21</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;*** This request depends on request 1993017 ***&lt;/p&gt;
&lt;p&gt;Allow entity to specify whether its relationships should be loaded immediately upon retrieval or only when requested.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Implement entity relationships</title><link href="https://sourceforge.net/p/php-orm/feature-requests/3/" rel="alternate"/><published>2008-06-13T14:04:13Z</published><updated>2008-06-13T14:04:13Z</updated><author><name>Jordan Kasper</name><uri>https://sourceforge.net/u/jakerella/</uri></author><id>https://sourceforge.net0bace58f5e859cb591b1adcd937228165c7015a4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Currently the DBEntity class only handles flat fields. We would like to implement support for entity relationships. This would also involve the retrievel of those relationships and the parsing of the Entity which would contain those definitions.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Abstract Logger module</title><link href="https://sourceforge.net/p/php-orm/feature-requests/2/" rel="alternate"/><published>2008-06-13T14:01:22Z</published><updated>2008-06-13T14:01:22Z</updated><author><name>Jordan Kasper</name><uri>https://sourceforge.net/u/jakerella/</uri></author><id>https://sourceforge.nete99eac74523fec1cdb7a0c1e91907d6e9ef6e69f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Currently DBEntity will always use the homegrown Logger object for all logged events. We should abstract out the Logger module so that any logger could be used which follows some specific format. This involves changing DBEntity to accept a Logger object somehow.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Abstract DB connection module</title><link href="https://sourceforge.net/p/php-orm/feature-requests/1/" rel="alternate"/><published>2008-06-13T13:55:39Z</published><updated>2008-06-13T13:55:39Z</updated><author><name>Jordan Kasper</name><uri>https://sourceforge.net/u/jakerella/</uri></author><id>https://sourceforge.net423a71719045d5869b009ad606c7a64189523c2c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Currently DBEntity will always use the homegrown DBConn object for connection to MySQL. We should abstract out the connection module so that any connection module could be used which follows some specific format.&lt;/p&gt;
&lt;p&gt;This may involve multiple tasks:&lt;br /&gt;
- Create abstract DBConn class&lt;br /&gt;
- Implement DBConn with MySQL specific class (and any others)&lt;br /&gt;
- Change DBEntity to accept a DBConn object somehow&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>