View Single Post
ישן 10-04-07, 21:13   # 11
בניה
משתמש - היכל התהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: נחושה
הודעות: 3,434

בניה לא מחובר  

אני מקווה שזה יסתדר עם הקוד שלך:
PHP קוד:
<?php
class errors {
var 
$inc_path;
function 
errors()
{
    
$this->inc_path"/path/dir/";
}

function 
sql_error()
{
    include 
$this->inc_path."sql_error.php";
}

}
?>
  Reply With Quote