PHP Packaging

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
travdes
Forum Newbie
Posts: 5
Joined: Fri Dec 13, 2002 12:47 am
Contact:

PHP Packaging

Post by travdes »

Is there a way to package PHP source so the source files are layout out int he open for users with access to the server.. ie.. like a jar, ear, or war?
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

i am not sure what you're asking, but if im thinking right, try renaming one of your files to *.phps

that will display the source to anybody, and it also provided syntax highlighting.
travdes
Forum Newbie
Posts: 5
Joined: Fri Dec 13, 2002 12:47 am
Contact:

Post by travdes »

sorry my post didnt make sense.. what i meant was, a way to hide source files on the server side, by packaging them somehow.. sorta like jars,wars,ears in java.
Post Reply