RE: [PHP] database hell

2012-07-12 Thread Adam Nicholls
> -Original Message- > From: Nick Edwards [mailto:nick.z.edwa...@gmail.com] > Sent: 12 July 2012 12:30 > To: php-general@lists.php.net > Subject: [PHP] database hell > > Hi > > We have a program that manages users, throughout all database calls > > created as: > $connect = mysql_connec

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

RE: [PHP] What do you call the end-user?

2012-07-20 Thread Adam Nicholls
> -Original Message- > From: Tedd Sperling [mailto:t...@sperling.com] > Sent: 19 July 2012 18:27 > To: php-general@lists.php.net General > Subject: [PHP] What do you call the end-user? > > What do you call the people who ultimately use your code? > > I call them the "end-user", but othe

Re: [PHP] Compiler for the PHP code

2013-03-19 Thread Adam Nicholls
Checkout HipHop by the Facebook guys, it turns PHP into C code and compiles down to binary. ...although I don't think it's for the faint hearted. Have you tried other optimisation techniques first - eg Caching, and Profiling?? If this is a production environment you might wanna think about in

[PHP] COM - Assigning to method.

2013-07-12 Thread Adam Nicholls
#x27;t work - I've also tried (below) but the API says wrong number of parameters $Record->Fields('BANK_fld_ACCOUNT_NAME', 'Test Account'); I've also tried something crazy like th

Re: [PHP] COM - Assigning to method.

2013-07-14 Thread Adam Nicholls
t; >> On Jul 12, 2013 4:53 AM, "Adam Nicholls" wrote: >> > >> > Hi Guys/Gals, >> > >> > I'm doing some integration work with a COM API and according to their >> > documentation to save data in the AP

Re: [PHP] COM - Assigning to method.

2013-07-15 Thread Adam Nicholls
o you mean try using the method Richard has shown? >> >> Cheers >> Adam. >> >> On 13 July 2013 17:11, Richard Quadling wrote: >> > >> > >> > >> > On 13 July 2013 01:24, Andrew Ballard wrote: >> >> >> >