Re: PHP Dev Facts

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Friday 17 October 2008 02:14:18 Nathan Rixham wrote:
> Evening All,
>
> I'd be /really/ interested to know who uses what!
>
> *Procedural or OOP?*
Procedural in design. And code a bit different. I'm groupping my functions 
under classes like util, user, session etc. Each function is public static. 
also I got some public static arrays and strings. like k5::$config etc.
This gives me some kind of name space and prevent any kind of variable chrash.

> *Dev OS*
Kubuntu 
> *Dev PHP Version*
5.2 
> *Live Server OS*
Centos, RHEL, Debian
> *Live Server PHP Version*
4, 5.1, 5.2
> *Which HTTP Server Software (+version)?*
Apache 1.3 2.0 2.2
> *IDE / Dev Environment*
Kate, Eclipse, 
> *Preferred Framework(s)?*
nope
> *Do you Unit Test?*
what ?
> *Most Used Internal PHP Class*
simple xml, 
> *Preferred OS CMS*
Must use TYPO3, have own CMS/Framework 
> *Anything else you use frequently in you're PHP'ing that's worth
> mentioning:*
Using PHP array format for storing data to generate greater benefit opcode 
cache.
I'm using inline coding format for templates. Much faster than traditional 
search and replace model and with opcode cache even more faster.
> ps: I'm not asking for any kind of research project, just interested and
> interested to know what's most common + might learn something/find some
> new tools/toys!
>
> pps: will reply myself as well but if I do here it'll make your
> intertwined replies messy!
>
> Many Regards
>
> Nathan


Regards
Sancar

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux