Hinweis: Sie sind auf den Seiten der Moodle 1.9 Dokumentation. Die Dokumentation der aktuellsten Moodle-Version finden Sie hier: PHP FAQ.

PHP FAQ: Unterschied zwischen den Versionen

Aus MoodleDocs
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:
== Was ist PHP? ==
== Was ist PHP? ==


PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.
PHP ist eine weit verbreitete, vielseitig verwendbare Skript-Sprache, die insbesondere für Web-Entwicklung geeignet ist und in HTML eingebettet werden kann.


== Where can I learn more about PHP? ==
== Wo kann ich mehr über PHP lernen? ==


=== Online resources: ===
=== Online-Quellen ===


* The [http://www.php.net official PHP Homepage] with documentation, tutorials, FAQ, etc.
* [http://www.php.net official PHP Homepage] mit Dokumantation, Tutorials, FAQ, etc.
* The [http://www.w3schools.com/PHP/DEfaULT.asP W3Schools PHP Tutorial] is a great way to learn about PHP by example.
* [http://www.w3schools.com/PHP/DEfaULT.asP W3Schools PHP Tutorial] - bietet eine tolle Möglichkeit, PHP anhand von Beispielen zu lernen


=== Books: ===
=== Bücher ===


* [http://books.google.de/books?id=iUfIqyAbIU4C&output=html PHP Cookbook] by David Sklar and Adam Trachtenberg.
* [http://books.google.de/books?id=iUfIqyAbIU4C&output=html PHP Cookbook] von David Sklar und Adam Trachtenberg
* [http://www.manning.com/reiersol/ PHP in Action] by Dagfinn Reiersøl with Marcus Baker and Chris Shiflett. ([http://books.slashdot.org/article.pl?sid=08/01/23/1446243 Book review on Slashdot].)
* [http://www.manning.com/reiersol/ PHP in Action] von Dagfinn Reiersøl, Marcus Baker und Chris Shiflett
([http://books.slashdot.org/article.pl?sid=08/01/23/1446243 Rezensenz zum Buch von Slashdot])


== How is PHP used by Moodle? ==
== Wie verwendet Moodle PHP? ==


* [[Installing Moodle/Creating custom php.ini files]]
* [[Installing Moodle/Creating custom php.ini files]]

Version vom 17. September 2009, 09:53 Uhr

Baustelle.png Diese Seite ist noch nicht vollständig übersetzt.

Siehe en:PHP FAQ

Was ist PHP?

PHP ist eine weit verbreitete, vielseitig verwendbare Skript-Sprache, die insbesondere für Web-Entwicklung geeignet ist und in HTML eingebettet werden kann.

Wo kann ich mehr über PHP lernen?

Online-Quellen

Bücher

(Rezensenz zum Buch von Slashdot)

Wie verwendet Moodle PHP?

Which version of PHP is required by Moodle?

Wie installiere ich PHP?

Usually PHP is installed alongside Apache and MySQL in a combination known as AMP, see Installing AMP for details. It is possible to build PHP from source - you might have to if you need a very new version for developing Moodle - however, it is quite challenging. PHP itself has many dependencies that you will need to obtain and build, some of which are also tricky to build from source (e.g. GD).

Siehe auch