PHP architecture question

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
jbirchler
Forum Newbie
Posts: 7
Joined: Sun Oct 20, 2002 1:05 am

PHP architecture question

Post by jbirchler »

Hello,

I would like to find some documentation on the component model for PHP.

There are a few PHP functions that I would like to be able to call from the command line without having to load all of PHP. Has anyone done anything like this?

Thanks in advance for you help,

Jerry
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post by Stoker »

I haven't done anything like that, I would guess that what you are looking for would be inside the Zend Engine, you may want to study its license before using pieces of it, as it is much stricter than the PHP license
Post Reply