Paul M Foster wrote:
On Thu, Jan 28, 2010 at 10:49:17AM -0500, Robert Cummings wrote:
Paul M Foster wrote:
On Thu, Jan 28, 2010 at 01:31:30AM -0800, Allen McCabe wrote:
SIDE QUESTION: What do you think of my use of serialization? I don't see a
need to store duplicate information in new tab
On Thu, Jan 28, 2010 at 10:49:17AM -0500, Robert Cummings wrote:
> Paul M Foster wrote:
>> On Thu, Jan 28, 2010 at 01:31:30AM -0800, Allen McCabe wrote:
>>
>>
>>
>>> SIDE QUESTION: What do you think of my use of serialization? I don't see a
>>> need to store duplicate information in new tables, a
Paul M Foster wrote:
On Thu, Jan 28, 2010 at 01:31:30AM -0800, Allen McCabe wrote:
SIDE QUESTION: What do you think of my use of serialization? I don't see a
need to store duplicate information in new tables, and thought serializing
these one shot reports the best solution.
I couldn't reall
On Thu, Jan 28, 2010 at 01:31:30AM -0800, Allen McCabe wrote:
>
> SIDE QUESTION: What do you think of my use of serialization? I don't see a
> need to store duplicate information in new tables, and thought serializing
> these one shot reports the best solution.
I couldn't really find a good re
It's Rene, not Renee :p
curl is a method of fetching http pages from within php (and other languages).
with parsing i meant "parse(process) a html page into (in my case) an
array of "hits" found on that page".
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.p
On 26 January 2010 17:54, PEPITOVADECURT wrote:
> Exists any reports generator that exports directly to html/php?
Depending upon your platform, you have the option of using an external
report generator and invoking it appropriately from within PHP.
I'm on Windows and use Crystal Reports via PHP
Thanks Paul and Renee!
Paul: I am not up to par on my SQL joins, I have to get another book this
weekend; I knew that joins would be almost necessary for what I'm trying to
accomplish. Iterative development, while painstaking, seems like the hands
on approach I'm used to, and has proven effective
Allen, i think your primary design consideration is this;
> - Need to be able to build a large variety of reports based on existing data
This would lead me to jump at a 'plugin' solution.
I'd make:
- 1 superclass as interface to the rest of your webapp(s)
- 1 "top-class" that has the
On Wed, Jan 27, 2010 at 08:20:21PM -0800, Allen McCabe wrote:
> I actually started on a report class yesterday, and I have a few questions,
> but first some details:
>
> - Reports will be on user orders (ticket reservations).
> - Need to be able to build a large variety of reports based on existi
I actually started on a report class yesterday, and I have a few questions,
but first some details:
- Reports will be on user orders (ticket reservations).
- Need to be able to build a large variety of reports based on existing data
+ Orders by a specific user
+ Orders for a specific product (ev
On Tue, 2010-01-26 at 18:54 +0100, PEPITOVADECURT wrote:
> Exists any reports generator that exports directly to html/php?
>
>
What do you want to generate reports on? I would assume this would be
some sort of data from a database, and that you're looking for a
PHP-based reporting tool that ca
Exists any reports generator that exports directly to html/php?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
12 matches
Mail list logo