Hello there, and hello again O:)
As you can see in the title I've got two other (hopefully) little questions I'm confronted with right now and I can't see the solution.
First: I want to upload and work with some files via a form. Everything works. I just wondered if Phalcon can help me to get the right directory. I'm using PHP's function getcwd() and get the directory C:\xampp\htdocs...\public\ But I wonder, if there is a built-in function from Phalcon to get the base-dir (one less than 'public')? I tried getBasePath(), but it returns NULL. Do I have to set this manually with setBasePath()?
Second: I write some libraries. Everything works fine. There will be many more. But I don't understand - using the docs - how to define multiple library directories. I want to seperate the libraries in some sub-dirs. How can I do that? The docs only show (and the invo-example) how to set up one directory for libraries.
Thanks a lot again!
With greets and thanks