6 changed files with 0 additions and 83 deletions
@ -1,55 +0,0 @@ |
|||||||
<?php |
|
||||||
|
|
||||||
/** |
|
||||||
* @property CI_DB_active_record $db |
|
||||||
* @property CI_DB_forge $dbforge |
|
||||||
* @property CI_Benchmark $benchmark |
|
||||||
* @property CI_Calendar $calendar |
|
||||||
* @property CI_Cart $cart |
|
||||||
* @property CI_Config $config |
|
||||||
* @property CI_Controller $controller |
|
||||||
* @property CI_Email $email |
|
||||||
* @property CI_Encrypt $encrypt |
|
||||||
* @property CI_Exceptions $exceptions |
|
||||||
* @property CI_Form_validation $form_validation |
|
||||||
* @property CI_Ftp $ftp |
|
||||||
* @property CI_Hooks $hooks |
|
||||||
* @property CI_Image_lib $image_lib |
|
||||||
* @property CI_Input $input |
|
||||||
* @property CI_Language $language |
|
||||||
* @property CI_Loader $load |
|
||||||
* @property CI_Log $log |
|
||||||
* @property CI_Model $model |
|
||||||
* @property CI_Output $output |
|
||||||
* @property CI_Pagination $pagination |
|
||||||
* @property CI_Parser $parser |
|
||||||
* @property CI_Profiler $profiler |
|
||||||
* @property CI_Router $router |
|
||||||
* @property CI_Session $session |
|
||||||
* @property CI_Sha1 $sha1 |
|
||||||
* @property CI_Table $table |
|
||||||
* @property CI_Trackback $trackback |
|
||||||
* @property CI_Typography $typography |
|
||||||
* @property CI_Unit_test $unit_test |
|
||||||
* @property CI_Upload $upload |
|
||||||
* @property CI_URI $uri |
|
||||||
* @property CI_User_agent $user_agent |
|
||||||
* @property CI_Validation $validation |
|
||||||
* @property CI_Xmlrpc $xmlrpc |
|
||||||
* @property CI_Xmlrpcs $xmlrpcs |
|
||||||
* @property CI_Zip $zip |
|
||||||
*/ |
|
||||||
|
|
||||||
class CI_Controller {}; |
|
||||||
|
|
||||||
/** |
|
||||||
* @property CI_DB_active_record $db |
|
||||||
* @property CI_DB_forge $dbforge |
|
||||||
* @property CI_Config $config |
|
||||||
* @property CI_Loader $load |
|
||||||
* @property CI_Session $session |
|
||||||
*/ |
|
||||||
|
|
||||||
class CI_Model {}; |
|
||||||
|
|
||||||
?> |
|
@ -1,5 +0,0 @@ |
|||||||
copy.src.files=false |
|
||||||
copy.src.target=C:\\xampp\\htdocs\\aauth |
|
||||||
index.file=index.php |
|
||||||
run.as=LOCAL |
|
||||||
url=http://localhost/aauth/ |
|
@ -1,4 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||||
<project-private xmlns="http://www.netbeans.org/ns/project-private/1"> |
|
||||||
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/> |
|
||||||
</project-private> |
|
@ -1,10 +0,0 @@ |
|||||||
file.reference.htdocs-__ci_autocomplate=../__ci_autocomplate |
|
||||||
include.path=\ |
|
||||||
${php.global.include.path}:\ |
|
||||||
${file.reference.htdocs-__ci_autocomplate} |
|
||||||
php.version=PHP_53 |
|
||||||
source.encoding=UTF-8 |
|
||||||
src.dir=. |
|
||||||
tags.asp=false |
|
||||||
tags.short=true |
|
||||||
web.root=. |
|
@ -1,9 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||||
<project xmlns="http://www.netbeans.org/ns/project/1"> |
|
||||||
<type>org.netbeans.modules.php.project</type> |
|
||||||
<configuration> |
|
||||||
<data xmlns="http://www.netbeans.org/ns/php-project/1"> |
|
||||||
<name>aauth</name> |
|
||||||
</data> |
|
||||||
</configuration> |
|
||||||
</project> |
|
Loading…
Reference in new issue