Welcome Guest, Not a member yet? Register   Sign In
php5 class structure with CI?
#1

[eluser]nikefido[/eluser]
Hi -

I am developing a few (aka 2) classes that will read through and send an XML file -

Anyway, I'm using simpleXML, the server has php5 which will support it...

To the point:

my class right now is handled in the php5 fashion (declaring private, public or protected for all variables and functions as well a constructor function).

My question is - can I make this play "nice" with code igniter despite it being written in php5 class?

(I suppose it's easy enough to convert it to a php4 object...)

Any thoughts?
#2

[eluser]Glen Swinfield[/eluser]
As long as the scope (public/private/protected) is upheld, it should just work.
#3

[eluser]nikefido[/eluser]
guess there's only one way to find out, right? Tongue




Theme © iAndrew 2016 - Forum software by © MyBB