Submitted by d_pintassilgo on Tue, 01/19/2016 - 20:34
Zxcoders just realease the version 1.0 of the STO.
Smart Task Organizer is a web and mobile application that enables organize your tasks . " STO is another app for managing diary ? " NO! , the STO is useful for small tasks that do not have specific dates but that teem a particular importance and urgency . (mowing the lawn , washing the car , tidying the garage, ... ) All tasks will be added retrospectively intelligently arranged in order of execution , given its importance / urgency / facility . Briefly , it is this! You can start now to learn more about the app .
On Eclipse go to Run -> Debug Configurations Click new configuration
Folder: Server
*Name: php-debugger (can chose another name, of course! :) )
*PHP server - default PHP Web Server
*File: /newProject/index.php
Open configure...
*Debugger: xdebug
*base url: http://localhost
*local web root: /var/www/html/newProject
*OK
*
Folder: Debugger
*Server Debuger --> XDebug
APPLY
CLOSE
go to /var/www/html and create a new folder "newProject"
Create a PHP Project in eclipse (using, of course, the folder you created)
Create new file index.php with some code to text and set a breakpoint with double click on the left side of the code
Open php.ini
sudo gedit /etc/php5/apache2/php.ini
past the code
save the file and exit
restart apache: sudo /etc/init.d/apache2 restart