| bind() | ใช้กำหนด ตัวแปร และ ค่าข้อมูล ที่จะส่งไปยัง page โดยเป็นตัวแปรแบบ by reference |
|---|
method:bind ( variable_name, value );
return type:void
content:ใช้กำหนด ตัวแปร และ ค่าข้อมูล ที่จะส่งไปยัง page โดยเป็นตัวแปรแบบ by reference
example:$view = new View ( "users/users_table" ); $view->bind ( "title", "welcome to bamboolabcode.com" );