![]() |
PHP/Oracle Development
|
![]() |
Class Time: Week 3
(Functions)
This week, we are focusing our efforts on functions. To avoid confusion, there is one major issue that I did not address in Class Notes 5. That is the difference between "pass by value" and "pass by reference." We will use this forum to ask everyone to study and research so that we can gain a good understand on the two concepts.
Discussion Topic: We have the following PHP code: ---- <?php // Print actual parameter value before function. // Call the user-defined function. // Print actual parameter value after function. // Define function that prints an input parameter as a string. // Print actual parameter value. ------
Questions:
Online Discussion Policy: 1. Discussion Board is the main vehicle for the entire class to have close interactions. Students are required to actively participate in all discussions. The total weight of discussion accounts for 25% of the total grade (15% for Class Time Discussion and 10% for Weekly Geeks Corner). 2. Students are supposed to complete discussions by the due date. Due date policy applies to both discussion, definitely. 3. There will be two major categories of questions to be discussed: instructor-posted, and student-posted. Students are required to participate in BOTH discussions. 4. Weekly Discussion (Class Time): The instructor-posted questions are intended to facilitate and verify your understanding of the related subject. The following guidelines will be followed for evaluation. Each question will have a total of 100 achievable points for the week.
|