Hi - apologies if these have been asked before. I've been looking
around, but can't find answers to my question. Anyway...
I'm an experienced programmer with JSP, ASP, and ASP.NET and am
starting on a PHP project. Thus far, I haven't found anything in PHP
which approximates, for example, a compiled class in .NET or a Java
bean. Is there such a thing? That is can I create my own (compiled?)
classes, import them onto a page, and use them? I've seen tutorials on
classes. Can you compile them? If you want something like that is the
common (best?) practise to use perl and cgi or is that old-fashioned?
It's possible that because of my use of other languages I'm asking the
wrong questions and taking the wrong approach with PHP. Please let me
know if I am.
Thanks,
Nick
around, but can't find answers to my question. Anyway...
I'm an experienced programmer with JSP, ASP, and ASP.NET and am
starting on a PHP project. Thus far, I haven't found anything in PHP
which approximates, for example, a compiled class in .NET or a Java
bean. Is there such a thing? That is can I create my own (compiled?)
classes, import them onto a page, and use them? I've seen tutorials on
classes. Can you compile them? If you want something like that is the
common (best?) practise to use perl and cgi or is that old-fashioned?
It's possible that because of my use of other languages I'm asking the
wrong questions and taking the wrong approach with PHP. Please let me
know if I am.
Thanks,
Nick
Comment