Search found 6 matches

by uki
Tue Sep 12, 2006 11:29 pm
Forum: PHP - Code
Topic: Simmilar Application
Replies: 3
Views: 788

crm produced by more7 company
by uki
Tue Sep 12, 2006 12:59 pm
Forum: PHP - Code
Topic: Simmilar Application
Replies: 3
Views: 788

Simmilar Application

Hi I'm curently working on one application. I'm to improve some features but firstly I need to figure it out how all this stuff works. Unfortunatelly there is no documentation on this app. I spent 6 days and nothing. So I want to find simillar app with documentation. Maybe some of users of this foru...
by uki
Fri Sep 08, 2006 6:04 pm
Forum: Testing
Topic: tracking the code execution
Replies: 8
Views: 8973

Well you are right I forgot set up the rights for writing that why i didint se the result in directory. But what to do if I want to print result on screen immediately. Or How to get this data displayed in a good format (in table??) I found that KcacheGrid will retrive it well but is there other tool...
by uki
Fri Sep 08, 2006 5:39 pm
Forum: Testing
Topic: tracking the code execution
Replies: 8
Views: 8973

Well I have installed Xdebug installation was successful i've got all additional info running phpinfo();. I have also insert this to my php.ini [debbugger] xdebug.remote_enable=true xdebug.remote_host=127.0.0.1 xdebug.remote_port=46019 xdebug.remote_handler=gdb xdebug.profiler_enable=true xdebug.pro...
by uki
Fri Sep 08, 2006 11:17 am
Forum: Testing
Topic: tracking the code execution
Replies: 8
Views: 8973

What I intend to get is something like this: I want to know exactly what methods and after what (or from which interior) are executed. Let's assume I have $App->Run() And method Run execute $someObject->initialize() , and inside initialize() is other called $this->setVars(), at the end inside $App->...
by uki
Thu Sep 07, 2006 12:55 pm
Forum: Testing
Topic: tracking the code execution
Replies: 8
Views: 8973

tracking the code execution

Hi
I'm currently working on big crm (PHP) application. My boos want me to improve functionality. After 2 days of nothing I'm desperated :(. I'm wondering if ther is a tool(or application) that let me to track which method after which is executing from start to result on screen.