<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Php Object Generator Google Group</title>
  <link>http://groups.google.com/group/Php-Object-Generator</link>
  <description>This is the official Group for the Php Object Generator project. This is where you can ask for help, support and advice from the authors of POG as well as other end users.</description>
  <language>en</language>
  <item>
  <title>Re: Fatal error: Using $this when not in object context in ...</title>
  <link>http://groups.google.com/group/Php-Object-Generator/msg/48acd963b2739ebd</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;simply, the GetDocumentList is not a static function. &lt;br&gt; you would need something like this: &lt;br&gt; &lt;p&gt;$source = new Source(); &lt;br&gt; $listSources = $source-&amp;gt;GetDocumentList(); &lt;br&gt; &lt;p&gt;for consistency, all the functions in a POG object need an instatiated &lt;br&gt; object. &lt;br&gt; &lt;p&gt;-Mark
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/msg/48acd963b2739ebd</guid>
  <author>
	 marksle...@gmail.com
	 (Crispy)
  </author>
  <pubDate>Sat, 10 May 2008 14:55:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problem with Base64 plugin</title>
  <link>http://groups.google.com/group/Php-Object-Generator/msg/ee316d66c1deb2d3</link>
  <description>
  Hi Aaron, &lt;br&gt; &lt;p&gt;To get the base64 plugin to install, you need the encoding to be 0 and &lt;br&gt; then switch it back to 1 after it installs. I&#39;ve had that problem too, &lt;br&gt; and found the solution somewhere on the POG site I think. I suppose it &lt;br&gt; is a weak point for the setup. &lt;br&gt; &lt;p&gt;-Mark
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/msg/ee316d66c1deb2d3</guid>
  <author>
	 marksle...@gmail.com
	 (Crispy)
  </author>
  <pubDate>Sat, 10 May 2008 00:35:15 UT
</pubDate>
  </item>
  <item>
  <title>Fatal error: Using $this when not in object context in ...</title>
  <link>http://groups.google.com/group/Php-Object-Generator/msg/e89d00f938366b5d</link>
  <description>
  $lstSources = Source::GetDocumentList(); &lt;br&gt; &lt;p&gt;for ($i = 0; $i &amp;lt; sizeof($lstSources); $i++) &lt;br&gt; { &lt;br&gt; $source = $lstSources[$i]; &lt;br&gt; ... &lt;br&gt; &lt;p&gt;-------- &lt;br&gt; Hi all, &lt;br&gt; I have a beginner question -- given that a Source has many &lt;br&gt; Document(s), and that I&#39;ve set up POG &amp;amp; databases correctly... why am &lt;br&gt; I getting the error:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/msg/e89d00f938366b5d</guid>
  <author>
	 tsang.e...@gmail.com
	 (newToThis)
  </author>
  <pubDate>Fri, 09 May 2008 08:24:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Php-Object-Generator:1664] Problem with Base64 plugin</title>
  <link>http://groups.google.com/group/Php-Object-Generator/msg/b29184f72a2e0335</link>
  <description>
  Okay, I&#39;m going to answer my own question, sort of. &lt;br&gt; Out of desperation, I &amp;quot;tricked&amp;quot; Setup. &lt;br&gt; 1. With Configuration showing encoding=0, I ran setup. No problem! &lt;br&gt; 2. I set encoding=1. &lt;br&gt; 3. Back in Setup, I continue from the successful setup. Boom! I&#39;m into &lt;br&gt; the Manage Objects tab, and I can see all my objects&#39; data!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/msg/b29184f72a2e0335</guid>
  <author>
	 aaronv...@gmail.com
	 (Aaron Vegh)
  </author>
  <pubDate>Fri, 09 May 2008 02:42:03 UT
</pubDate>
  </item>
  <item>
  <title>Problem with Base64 plugin</title>
  <link>http://groups.google.com/group/Php-Object-Generator/msg/a6729deebc3b988e</link>
  <description>
  Hi there, &lt;br&gt; I&#39;ve just posted a new website for a client, and ran into a bit of a &lt;br&gt; snag: I&#39;d written the application in PHP5, but the client&#39;s hosting &lt;br&gt; company is still on PHP4! Bastards! Anyway, I thought &#39;no problem&#39;, &lt;br&gt; and regenerated all the objects to go with PHP4. Of course, as we know &lt;br&gt; I can no longer run the application on my dev machine running PHP5. I
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/msg/a6729deebc3b988e</guid>
  <author>
	 aaronv...@gmail.com
	 (aaronvegh@gmail.com)
  </author>
  <pubDate>Fri, 09 May 2008 02:32:49 UT
</pubDate>
  </item>
  <item>
  <title>FetchObject/Database bug?</title>
  <link>http://groups.google.com/group/Php-Object-Generator/msg/88d0a1112f970264</link>
  <description>
  Heyas Joel, just wondering - this looks like a bug to me, but &lt;br&gt; obviously you&#39;ll know better. in the POG base class, FetchObjects/ &lt;br&gt; CreateObjects appears to be expecting the database query to return a &lt;br&gt; valid mysql_result, but it is returning the number of rows instead. I &lt;br&gt; get an error every time I use it.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/msg/88d0a1112f970264</guid>
  <author>
	 palan...@gmail.com
	 (Palantar)
  </author>
  <pubDate>Thu, 01 May 2008 01:10:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: Connections not getting closed?</title>
  <link>http://groups.google.com/group/Php-Object-Generator/msg/e52cc46726fbda9b</link>
  <description>
  All, I just wanted to follow up and close this issue. I have come to &lt;br&gt; believe that it&#39;s not really an issue. After logging the issed with &lt;br&gt; the hosting facility, I suspect that the guy jacked up the number of &lt;br&gt; available database connections and didn&#39;t tell us (not so nice, IMO). &lt;br&gt; The reason is that since we escalated it with them, the problem has
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/msg/e52cc46726fbda9b</guid>
  <author>
	 trave...@excite.com
	 (travep)
  </author>
  <pubDate>Wed, 30 Apr 2008 13:13:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: POG Object Oriented Bug</title>
  <link>http://groups.google.com/group/Php-Object-Generator/msg/1e555a911018307d</link>
  <description>
  True, &lt;br&gt; &lt;p&gt;However, we don&#39;t reference the database class either from any of the &lt;br&gt; objects. We assume (maybe wrongly) that users will include/auload all &lt;br&gt; the objects they need when they need it... Arguably, we try to make as &lt;br&gt; few architectural decisions as possible and leave that up to the &lt;br&gt; programmer. we just supply the objects.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/msg/1e555a911018307d</guid>
  <author>
	 joel...@gmail.com
	 (Joel)
  </author>
  <pubDate>Mon, 28 Apr 2008 21:42:50 UT
</pubDate>
  </item>
  <item>
  <title>POG Object Oriented Bug</title>
  <link>http://groups.google.com/group/Php-Object-Generator/msg/d10c46b49da53d3a</link>
  <description>
  Bleh, smaller version after google lost my first post: &lt;br&gt; &lt;p&gt;It appears that a parent object in POG does not require_once the class &lt;br&gt; file for any child objects. This can result in runtime errors when &lt;br&gt; using Delete(true) and probably other functions if the client code has &lt;br&gt; not already included the child class file. This seems incorrect to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/msg/d10c46b49da53d3a</guid>
  <author>
	 palan...@gmail.com
	 (Palantar)
  </author>
  <pubDate>Mon, 28 Apr 2008 21:24:02 UT
</pubDate>
  </item>
  <item>
  <title>Re: Newbie question - more than one object</title>
  <link>http://groups.google.com/group/Php-Object-Generator/msg/1dba24b4c9279c34</link>
  <description>
  Yes, &lt;br&gt; &lt;p&gt;The first one you download the zip to have the complete package of &lt;br&gt; things you need. &lt;br&gt; The second on further objects, you can: &lt;br&gt; - download the zip and copy the one object out of the zip and place it &lt;br&gt; into the objects folder. &lt;br&gt; - create an new class file in the folder and paste the code from the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/msg/1dba24b4c9279c34</guid>
  <author>
	 marksle...@gmail.com
	 (Crispy)
  </author>
  <pubDate>Fri, 25 Apr 2008 14:47:25 UT
</pubDate>
  </item>
  <item>
  <title>Newbie question - more than one object</title>
  <link>http://groups.google.com/group/Php-Object-Generator/msg/97fdbaeb92910cdd</link>
  <description>
  Just starting out with POG. I used the zip file to successfully create &lt;br&gt; an app using one table/object. &lt;br&gt; &lt;p&gt;I have questions concerning use of multiple objects. when you use the &lt;br&gt; POG form to build the objects, do you download the zip package for the &lt;br&gt; first object and then create individual class files for the additional
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/msg/97fdbaeb92910cdd</guid>
  <author>
	 dupont...@gmail.com
	 (dupont2br)
  </author>
  <pubDate>Thu, 24 Apr 2008 13:34:11 UT
</pubDate>
  </item>
  <item>
  <title>RE: [Php-Object-Generator:1656] Re: Multiple sort conditions</title>
  <link>http://groups.google.com/group/Php-Object-Generator/msg/dffc85ae7ae3e7bb</link>
  <description>
  And another thing.... &lt;br&gt; If it were implemented, it would need to be an array of arrays (I think) &lt;br&gt; so that the order of the elements could be guaranteed? &lt;br&gt; Later, &lt;br&gt; Andy &lt;br&gt; ------------- &lt;br&gt; Yada, yada, yada... &lt;br&gt; Roslin Institute is a company limited by guarantee, registered in &lt;br&gt; Scotland (registered number SC157100) and a Scottish Charity (registered
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/msg/dffc85ae7ae3e7bb</guid>
  <author>
	 andy....@roslin.ed.ac.uk
	 (andy law (RI))
  </author>
  <pubDate>Wed, 23 Apr 2008 14:47:35 UT
</pubDate>
  </item>
  <item>
  <title>RE: [Php-Object-Generator:1655] Multiple sort conditions</title>
  <link>http://groups.google.com/group/Php-Object-Generator/msg/66d54f4e07a62455</link>
  <description>
  You can hack this with a bit of a &#39;sql injection&#39; (so be very careful if &lt;br&gt; you allow your users to enter details of sort orders). &lt;br&gt; If you want to order on &#39;sort&#39; (ascending) and &#39;objid&#39; (descending) as &lt;br&gt; in your example you can specify &amp;quot;sort asc, objid&amp;quot; as the value for $sort &lt;br&gt; and false for $ascending. &lt;br&gt; I feel dirty every time I do that though :o}
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/msg/66d54f4e07a62455</guid>
  <author>
	 andy....@roslin.ed.ac.uk
	 (andy law (RI))
  </author>
  <pubDate>Wed, 23 Apr 2008 14:32:30 UT
</pubDate>
  </item>
  <item>
  <title>Multiple sort conditions</title>
  <link>http://groups.google.com/group/Php-Object-Generator/msg/5613d14fa3912567</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;first of all thanks a lot for POG! It&#39;s an amazing time-saver! &lt;br&gt; &lt;p&gt;I have one wish for the next Version: &lt;br&gt; &lt;p&gt;$myObj-&amp;gt;GetList(); &lt;br&gt; &lt;p&gt;should take an array for $sortBy... like: &lt;br&gt; &lt;p&gt;$myObj-&amp;gt;GetList(null, array(&#39;sort&#39; =&amp;gt; true, &#39;objid&#39; =&amp;gt; false)); &lt;br&gt; &lt;p&gt;where true/false means ascending and descending. &lt;br&gt; &lt;p&gt;Or is this a larger problem?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/msg/5613d14fa3912567</guid>
  <author>
	 daniel.heide...@gmail.com
	 (daniel79)
  </author>
  <pubDate>Wed, 23 Apr 2008 10:47:21 UT
</pubDate>
  </item>
  <item>
  <title>RE: [Php-Object-Generator:1653] Object Code Syntax Question</title>
  <link>http://groups.google.com/group/Php-Object-Generator/msg/98a80ef701df4fa7</link>
  <description>
  John, &lt;br&gt; Welcome to the wonderful world of references, copies and clones in php. &lt;br&gt; Your email has chivvied me into action and I&#39;ve tried to describe what &lt;br&gt; is going on, partly for my own reference in the future as this has &lt;br&gt; bitten me recently with a project I&#39;ve been working on. See &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://sportsdaft.blogspot.com/2008/04/by-reference-vs-by-value-in-php.h&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/msg/98a80ef701df4fa7</guid>
  <author>
	 andy....@roslin.ed.ac.uk
	 (andy law (RI))
  </author>
  <pubDate>Thu, 17 Apr 2008 19:51:40 UT
</pubDate>
  </item>
  </channel>
</rss>
