On 13 December 2010 19:59, George Langley wrote:
> Hi all. Can use natsort($array1) to sort a single array of filenames into a
> "natural "alphanumeric order - 1.php, 2.php, 5.php, 10.php, 20.php, etc.
> But using array_multisort($array1, $array2, $array3) doesn't offer a natsort
> option, so I
On 14 December 2010 10:50, Richard Quadling wrote:
> On 13 December 2010 19:59, George Langley wrote:
>> Hi all. Can use natsort($array1) to sort a single array of filenames into a
>> "natural "alphanumeric order - 1.php, 2.php, 5.php, 10.php, 20.php, etc.
>> But using array_multisort($array1, $
Searching for "PHP CRUD" in hopes of learning the best way to access
databases and to use PEAR or what I came across PDO.
I want to know the communities opinion of PDO: everyone uses it or no one
uses it or it's great or what?
Thanks
[snip]
> Nah, if he'd read it backwards, you'd be able to hear MePHPistoPHPeles
> say, "Rasmus is the Penguin".
>
> (Yes, you have to be dang old to get that obscure reference. ;-)
>
Pshaw, not *that* old! I get the reference, and I'm only . . . oh, damn.
:(
[/snip]
Uhhyeah
--
PHP Genera
On 10-12-14 07:11 AM, Jay Blanchard wrote:
[snip]
Nah, if he'd read it backwards, you'd be able to hear MePHPistoPHPeles
say, "Rasmus is the Penguin".
(Yes, you have to be dang old to get that obscure reference. ;-)
Pshaw, not *that* old! I get the reference, and I'm only . . . oh, damn.
:(
Sam Smith wrote:
Searching for "PHP CRUD" in hopes of learning the best way to access
databases and to use PEAR or what I came across PDO.
I want to know the communities opinion of PDO: everyone uses it or no one
uses it or it's great or what?
It's probably you're best bet, and is certainly go
On Tue, Dec 14, 2010 at 6:10 AM, Sam Smith wrote:
> Searching for "PHP CRUD" in hopes of learning the best way to access
> databases and to use PEAR or what I came across PDO.
>
> I want to know the communities opinion of PDO: everyone uses it or no one
> uses it or it's great or what?
In previou
On Tue, Dec 14, 2010 at 09:29, Robert Cummings wrote:
>
> I must have been under a rock when the reference came out :|
Or you may have still been in shock from hearing that Paul was dead.
--
Network Infrastructure Manager
Documentation, Webmaster Teams
http://www.php.net/
--
PHP General
On 14 December 2010 11:10, Sam Smith wrote:
> Searching for "PHP CRUD" in hopes of learning the best way to access
> databases and to use PEAR or what I came across PDO.
>
> I want to know the communities opinion of PDO: everyone uses it or no one
> uses it or it's great or what?
>
> Thanks
>
If
In other words, in ten years from now, even the advisors you get today
will rethink their answers with 20/20/hindsight, and not think about
your ignorance of technology, but their own.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Tue, Dec 14, 2010 at 11:15:59AM -0500, Daniel Brown wrote:
> On Tue, Dec 14, 2010 at 09:29, Robert Cummings wrote:
> >
> > I must have been under a rock when the reference came out :|
>
> Or you may have still been in shock from hearing that Paul was dead.
Er... that's Paul McCartney, no
On 14 December 2010 15:45, David Hutto wrote:
> From my experience with several languages, once you know the basics,
> even if you do re-invent the 'wheel', so did firestone,michelin, and
> goodyear, and they're not complaining. And you'll feel better for
> reinventing, than using someone elses.
I'm the DB maintainer for Drupal 7, and we rebuilt our entire DB layer
on top of PDO. It's a rather nice API, although as others have noted it
does not abstract away SQL entirely; it abstracts the API calls you need
to use to get to SQL.
We then built a layer on top of that which does abstrac
On Tue, Dec 14, 2010 at 6:10 AM, Sam Smith wrote:
> Searching for "PHP CRUD" in hopes of learning the best way to access
> databases and to use PEAR or what I came across PDO.
>
> I want to know the communities opinion of PDO: everyone uses it or no one
> uses it or it's great or what?
>
> Thanks
On Tue, Dec 14, 2010 at 8:43 AM, Paul M Foster wrote:
> Er... that's Paul McCartney, not Paul Foster. Whew!
>
Paul McCartney's dead?? But the Beatles just released a ton of albums on
iTunes! So sad...
On Tue, Dec 14, 2010 at 11:43, Paul M Foster wrote:
>
> Er... that's Paul McCartney, not Paul Foster. Whew!
HA! Sorry to make your heart jump. ;-P
--
Network Infrastructure Manager
Documentation, Webmaster Teams
http://www.php.net/
--
PHP General Mailing List (http://www.php.net/)
To u
la...@garfieldtech.com wrote:
I'm the DB maintainer for Drupal 7, and we rebuilt our entire DB layer
on top of PDO. It's a rather nice API, although as others have noted it
does not abstract away SQL entirely; it abstracts the API calls you need
to use to get to SQL.
We then built a layer on to
In previous experience with questions such as these, you will get
several types of individual responses to usages of the software. Some
good, some bad, depending on the experience level of the commenter
with both the language and the code in question.
It's a combination of your current understand
On Tue, Dec 14, 2010 at 03:10:56AM -0800, Sam Smith wrote:
> Searching for "PHP CRUD" in hopes of learning the best way to access
> databases and to use PEAR or what I came across PDO.
>
> I want to know the communities opinion of PDO: everyone uses it or no one
> uses it or it's great or what?
On Tuesday, December 14, 2010 1:02:33 pm Lester Caine wrote:
> la...@garfieldtech.com wrote:
> > I'm the DB maintainer for Drupal 7, and we rebuilt our entire DB layer
> > on top of PDO. It's a rather nice API, although as others have noted it
> > does not abstract away SQL entirely; it abstracts
20 matches
Mail list logo