Re: [PHP] PDO: extend or encapsulate?

2012-07-13 Thread Paul M Foster
On Fri, Jul 13, 2012 at 12:06:22AM -0500, tamouse mailing lists wrote: > It's Friday, so... > > Yes, it's true, I have just started looking at using PDO instead of > mysqli -- a bit behind the times... > > My question at this stage, is do people tend to extend the PDO class > for their own use,

RE: [PHP] Entry point of an MVC framework

2012-07-13 Thread Adam Nicholls
> -Original Message- > From: Simon Dániel [mailto:simondan...@gmail.com] > Sent: 12 July 2012 21:21 > To: php-general@lists.php.net > Subject: [PHP] Entry point of an MVC framework > > Hi, > > I have started to develop a simple MVC framework. > > I have a base controller class which is

[PHP] Bazar behavior w/ private member variables

2012-07-13 Thread Sebastian Krebs
Should go to the mailinlist :> -- Forwarded message -- From: Sebastian Krebs Date: 2012/7/13 Subject: Re: [PHP] Bazar behavior w/ private member variables To: Nathan Nobbe Hi, Private properties are only accessable from within an object of the class, where it's defined. If you