Nagib Abi Fadel wrote:

Hi,
can anyone suggest a free PHP Object Oriented
Programming book ...

I don't know of a free one. But http://www.php.net/manual/en/ref.classobj.php is good starting point. Also try http://www.zend.com/zend/tut/


Or an Object Oriented Book for web applications.

Plus i want to design customizable web pages:
- I can change the hole layout by changing one file

http://www.w3.org/Style/CSS http://www.glish/CSS http://www.bluerobot.com

- If i change a database table i don't have to change
alot in the code

Use an external database abstraction library. Like PEAR::DB -- however good database design will help a lot in this regard.



-- Burhan Khalid phplist[at]meidomus[dot]com http://www.meidomus.com ----------------------- "Documentation is like sex: when it is good, it is very, very good; and when it is bad, it is better than nothing."

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



Reply via email to