|
|||
|
Hi,
I am trying to do some logging with Zend_Log, but it's not working for me. Maybe someone could tell me where I have gone wrong. I have this in my bootstrap file: PHP Code:
PHP Code:
|
|
|||
|
The file permissions on the server are set to rw-rw-rw.
I've decided that I'd rather save everything to a database anyway. So now I am wondering why I should even bother using Zend_log? What I want to do is to have a "log" data table of who is moving inventory. In my Inventory controller I have a function called moveAction. I am thinking that I just need to add some lines of code inside that action that inserts the info. I want to record into my database. Wouldn't this be easier than using Zend_log? PHP Code:
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|