Hi guys,
I am really new to this tool, and new to PHP codeing.
I want to add this tool to my CodeIgniter.
Currently running on WAMP locally, and on production the server is an Ubuntu Server.
- I'm not sure if I should install the package since I'm going to run this from my code.
Should I install the .exe file? and later on my server the Ubuntu package for this to work?
How does this work in general?
This is what I did so far:
- I downloaded the PHP zip file from here: http://www.princexml.com/download/wrappers/ and added it to my "libraries" folder in the codeigniter directory.
from what I know, I just have to include/call the library and use it's functions regularly.
https://ellislab.com/codeigniter/user-guide/general/creating_libraries.html
I am really new to this tool, and new to PHP codeing.
I want to add this tool to my CodeIgniter.
Currently running on WAMP locally, and on production the server is an Ubuntu Server.
- I'm not sure if I should install the package since I'm going to run this from my code.
Should I install the .exe file? and later on my server the Ubuntu package for this to work?
How does this work in general?
This is what I did so far:
- I downloaded the PHP zip file from here: http://www.princexml.com/download/wrappers/ and added it to my "libraries" folder in the codeigniter directory.
from what I know, I just have to include/call the library and use it's functions regularly.
https://ellislab.com/codeigniter/user-guide/general/creating_libraries.html