04-16-2012, 07:54 PM
[eluser]01munrra[/eluser]
hello!!!...
I tell them, have any idea how to make a recursive function with IC??
hello!!!...
I tell them, have any idea how to make a recursive function with IC??
function recursiva!....
|
04-16-2012, 07:54 PM
[eluser]01munrra[/eluser]
hello!!!... I tell them, have any idea how to make a recursive function with IC??
04-16-2012, 08:55 PM
04-16-2012, 10:25 PM
[eluser]skunkbad[/eluser]
Do you want to learn how to make a recursive function in a class? There's really no difference between a recursive function in CI vs procedural programming, with the exception that you can hold values in class members. If you are just looking for a tutorial on how to make a basic recursive function, then you should try Google.
04-17-2012, 12:54 AM
[eluser]Reneesh T K[/eluser]
We can see a sample recursive function for getting childs of a category in http://myphplibrary.blogspot.in/2011/07/listing-subcategories-or-chilld.html |