Ανάπτυξη ιστοτόπου σε dokuwiki: Διαφορά μεταξύ των αναθεωρήσεων

Περιεχόμενο που διαγράφηκε Περιεχόμενο που προστέθηκε
Chomwitt (συζήτηση | συνεισφορές)
Χωρίς σύνοψη επεξεργασίας
Chomwitt (συζήτηση | συνεισφορές)
Γραμμή 36:
Θα χρειαστεί γνώση php,css,html .
 
Πχ πρέπει να γνωρίζεις τις ==='''μαγικές PHP σταθερές'''===.
----Name ------------------Description-------------------
*__LINE__ The current line number of the file.
*__FILE__ The full path and filename of the file. If used inside an include, the name of the included file is returned. Since PHP 4.0.2, __FILE__ always contains an absolute path with symlinks resolved whereas in older versions it contained relative path under some circumstances.
Γραμμή 45:
*__METHOD__ The class method name. (Added in PHP 5.0.0) The method name is returned as it was declared (case-sensitive).
*__NAMESPACE__ The name of the current namespace (case-sensitive). This constant is defined in compile-time
 
=== Το σύμβολο @===
Επίσης χρησιμοποιείταο το ''@'' σύμβολο στον PHP κώδικα το οποίο το
χρησιμοποιούμε σαν μπροστά από μιά έκφραση όταν δεν θέλουμε να παράγονται-αναφέρονται
μηνύματα λάθους για αυτή.