Welcome Guest, Not a member yet? Register   Sign In
General question: Seperate controller or a function???
#1

[eluser]123wesweat[/eluser]
I am looking for some advice.

user> user_profile> education
user> user_profile> work


should i make
Code:
class user_profile extends controller {
............
function education($action) {
case "add":

break;

case "update":

break;

}

function work($action) {
case "add":

break;

case "update":

break;

}

or make a controller for education and work??


Messages In This Thread
General question: Seperate controller or a function??? - by El Forum - 02-15-2010, 04:41 PM
General question: Seperate controller or a function??? - by El Forum - 02-15-2010, 05:27 PM
General question: Seperate controller or a function??? - by El Forum - 02-15-2010, 09:47 PM
General question: Seperate controller or a function??? - by El Forum - 02-16-2010, 04:43 AM
General question: Seperate controller or a function??? - by El Forum - 02-16-2010, 06:36 AM
General question: Seperate controller or a function??? - by El Forum - 02-16-2010, 07:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB