~titan-phpdevshell/phpdevshell/main

« back to all changes in this revision

Viewing changes to other/phpdoc/todolist.html

  • Committer: Jason Schoeman
  • Date: 2011-12-06 14:03:32 UTC
  • Revision ID: titan@phpdevshell.org-20111206140332-4ej6qy4b36d3q96s
Crud Added
ORM Added
Control Panel optimized

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="iso-8859-1"?>
2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
 
  <html xmlns="http://www.w3.org/1999/xhtml">
4
 
                <head>
5
 
                        <!-- template designed by Marco Von Ballmoos -->
6
 
                        <title>Todo List</title>
7
 
                        <link rel="stylesheet" href="media/stylesheet.css" />
8
 
                        <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
9
 
                </head>
10
 
                <body>
11
 
                                                <div align="center"><h1>Todo List</h1></div>
12
 
<h2>PHPMailer</h2>
13
 
<h3><a href="PHPMailer/PHPMailer.html#methodset">PHPMailer::set()</a></h3>
14
 
<ul>
15
 
    <li>Should this not be using __set() magic function?</li>
16
 
</ul>
17
 
<h2>PHPDevShell</h2>
18
 
<h3><a href="PHPDevShell/filemanager.html#methodsmartCopy">filemanager::smartCopy()</a></h3>
19
 
<ul>
20
 
    <li>- Should have rollback technique so it can undo the copy when it wasn't successful <ul><li>Auto destination technique should be possible to turn off</li><li>Supporting callback function</li><li>May prevent some issues on shared enviroments : http://us3.php.net/umask</li></ul></li>
21
 
</ul>
22
 
        <p class="notes" id="credit">
23
 
                Documentation generated on Tue, 09 Aug 2011 09:05:40 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
24
 
        </p>
25
 
        </body>
26
 
</html>
 
 
b'\\ No newline at end of file'