PHP and the LAMP framework- some questions?

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
recci
Forum Commoner
Posts: 42
Joined: Tue Jul 29, 2008 10:01 pm

PHP and the LAMP framework- some questions?

Post by recci »

Can somebody give me some examples of what would be used within the LAMP web application framework for the following:
Short answers or notes will be fine its just to give me something to work with.


• compilation/interpretation (Id assume ZEND?)
• programming languages & libraries (PHP,SQL what else?)
• authentication & authorisation?
• database connectivity (MYsql what else?)
• platforms & servers (Linux and Apache what else?)
• Testing frameworks (iv no idea!)
• Security frameworks (iv no idea!)
• Template frameworks (iv no idea!)
• Caching frameworks (iv no idea!)
• Form Validation frameworks (iv no idea!)
User avatar
allspiritseve
DevNet Resident
Posts: 1174
Joined: Thu Mar 06, 2008 8:23 am
Location: Ann Arbor, MI (USA)

Re: PHP and the LAMP framework- some questions?

Post by allspiritseve »

recci wrote:• Testing frameworks (iv no idea!)
SimpleTest
recci wrote:• Template frameworks (iv no idea!)
PHP :D
Post Reply