whenever I need efficient high concurrency writes, I use error_log()...-
Original Message -From: CED Date: Wednesday, March 17, 2010 7:46 pmSubject:
[nyphp-talk] Fastest PHP WritingTo: NYPHP Talk > List,> > I am doing some tests
on PHP write speeds and concurrency and > was > wondering i
> Also, and I think that is in one of the annotations on php.net for header(),>
> when using the header() redirect explicitly write the values to the session>
> (of course I forgot the command for that).session_write_close();
___
New York PHP User Group
select id, max(version) from table group by id- Original Message -From:
Ben Sgro Date: Monday, February 4, 2008 12:33 pmSubject: [nyphp-talk] [OT] SQL
QueryTo: NYPHP Talk > Hello All,> > I have a table that includes an id (not
unique and a version).> > A unique row is identified by both
actually, the most effective technique is very simple... all you need is a
query, the page number you want and the number of items on a page.First execute
your query but don't fetch the resuts. Keep in mind is that executing a query
takes a fraction of the time & resources it takes to fetch the
variables can be defined as static also...- Original Message -From:
"Ben Sgro (ProjectSkyLine)" Date: Friday, July 27, 2007 10:52 amSubject: Re:
[nyphp-talk] OOP Error/QuestionTo: NYPHP Talk > Hello Andy, > > I tried your
1st, quicker method, I get:> > PHP Fatal error: Access to undecla
you're calling Error statically, so there can't be any object instance
references... instead of $this->Backtrace(), use self::Backtrace();-
Original Message -From: "Ben Sgro (ProjectSkyLine)" Date: Friday, July 27,
2007 10:10 amSubject: [nyphp-talk] OOP Error/QuestionTo: NYPHP Talk > Goo
> > Best of luck! google is your friend, heh.> >Unless you've owned their stock
> > for the past week or so ;)
___
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk
NYPHPCon 2006 Presentations Online
http://www.nyphp