My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for

English, Русский, Deutsche, French, Italiano, Türkçe, Nederlandse


phpDays - flexible php5 framework based on the MVC and ORM design patterns.

Start now

  • About the project (features)
  • Changelog (changes between project versions)
  • Install the framework on your server and then configure a new project
  • Upgrade an application from a previous version
  • Quick start to get your first application up and running
  • Answers to your questions
  • All pages in English

Every day use

  • MVC - basic concepts necessary to work with the framework
  • Library class reference descriptions
  • Ajax support in your applications
  • Multisite - manage many sites from one framework installation

For project members

EnSpeedup  
Making a Web Site Faster.
Lang-En
Updated Nov 28, 2009 by letl...@gmail.com

To make effective use of a server's resources and their allocation reasonable we recommend applying some useful technologies.

Memcached

Memcached stores result sets from queries to a database in memory (eg MySQL) . This allows to reduce the number of queries to a database.

See instructions how to install memcached on Windows. To install memcached on Ubuntu enter the following two commands: ((( sudo aptitude install memcached sudo aptitude install php5-memcache )))


Sign in to add a comment
Powered by Google Project Hosting