wheels 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +20 -0
- data/VERSION +1 -1
- data/app/controllers/app_configs_controller.rb +12 -0
- data/app/controllers/application_controller.rb +39 -0
- data/app/helpers/application_helper.rb +24 -2
- data/app/models/sitemap.rb +7 -0
- data/app/views/app_configs/css.css.haml +2 -0
- data/app/views/layouts/application.html.haml +21 -15
- data/app/views/pages/_form_fields.html.haml +2 -0
- data/app/views/sitemaps/index.html.haml +68 -76
- data/db/migrate/0000_devise_create_users.rb +26 -0
- data/db/migrate/0180_acts_as_taggable_on_migration.rb +28 -0
- data/lib/generators/app_layout/app_layout_generator.rb +1 -1
- data/lib/generators/{wheels/core_extensions.rb → core_extensions.rb} +42 -1
- data/lib/generators/recipes/wheels.rb +46 -0
- data/lib/generators/recipes/wheels_update.rb +18 -0
- data/lib/generators/wheels/wheels_generator.rb +3 -1
- data/lib/generators/wheels_checkout_assets/USAGE +8 -0
- data/lib/generators/wheels_checkout_assets/wheels_checkout_assets_generator.rb +9 -0
- data/lib/generators/wheels_checkout_assets_readonly/USAGE +8 -0
- data/lib/generators/wheels_checkout_assets_readonly/wheels_checkout_assets_readonly_generator.rb +10 -0
- data/lib/generators/wheels_controller/USAGE +8 -0
- data/lib/generators/wheels_controller/wheels_controller_generator.rb +14 -0
- data/lib/generators/{wheels_views → wheels_model}/USAGE +1 -1
- data/lib/generators/wheels_model/wheels_model_generator.rb +14 -0
- data/lib/generators/{update_wheels/update_wheels_generator.rb → wheels_update/wheels_update_generator.rb} +7 -13
- data/lib/generators/wheels_view/USAGE +8 -0
- data/lib/generators/wheels_view/wheels_view_generator.rb +14 -0
- data/lib/wheels/routes.rb +7 -1
- data/wheels.gemspec +44 -218
- metadata +44 -218
- data/lib/generators/app_layout/core_extensions.rb +0 -51
- data/lib/generators/update_wheels/core_extensions.rb +0 -51
- data/lib/generators/update_wheels/recipes/wheels.rb +0 -11
- data/lib/generators/update_wheels/templates/haml/app/views/layouts/application.html.haml +0 -9
- data/lib/generators/wheels/install_generator.rb +0 -25
- data/lib/generators/wheels/recipes/wheels.rb +0 -66
- data/lib/generators/wheels/templates/cancan/ability.rb +0 -13
- data/lib/generators/wheels/templates/database/postgresql.yml +0 -19
- data/lib/generators/wheels/templates/git/gitignore +0 -8
- data/lib/generators/wheels/templates/mongoid/features/step_definitions/mongoid_steps.rb +0 -4
- data/lib/generators/wheels/templates/mongoid/features/support/hooks.rb +0 -3
- data/lib/generators/wheels/views_generator.rb +0 -15
- data/lib/generators/wheels_views/LICENCE +0 -20
- data/lib/generators/wheels_views/wheels_views_generator.rb +0 -15
- data/lib/wheels/base.rb +0 -7
- data/public/404.html +0 -26
- data/public/422.html +0 -26
- data/public/500.html +0 -26
- data/public/favicon.ico +0 -0
- data/public/images/dreamy/Thumbs.db +0 -0
- data/public/images/dreamy/bg-ad-top.png +0 -0
- data/public/images/dreamy/bg-body.png +0 -0
- data/public/images/dreamy/bg-feed.gif +0 -0
- data/public/images/dreamy/bg-footer.jpg +0 -0
- data/public/images/dreamy/bg-header.jpg +0 -0
- data/public/images/dreamy/bg-menu-hover.png +0 -0
- data/public/images/dreamy/bg-menu.png +0 -0
- data/public/images/dreamy/bg-sidebar-bottom.gif +0 -0
- data/public/images/dreamy/button-feed.png +0 -0
- data/public/images/dreamy/icon-comment.png +0 -0
- data/public/images/growl/error.png +0 -0
- data/public/images/growl/growl_bottom.png +0 -0
- data/public/images/growl/growl_repeat.png +0 -0
- data/public/images/growl/growl_top.png +0 -0
- data/public/images/growl/info.png +0 -0
- data/public/images/menu/item-pointer-mover.gif +0 -0
- data/public/images/menu/item-pointer.gif +0 -0
- data/public/images/menu/lava.gif +0 -0
- data/public/images/menu/lava.png +0 -0
- data/public/images/menu/main-bg.png +0 -0
- data/public/images/menu/main-delimiter.png +0 -0
- data/public/javascripts/galleries/configure_ckeditor.js +0 -8
- data/public/javascripts/jqUrl.js +0 -28
- data/public/javascripts/jquery-validate/additional-methods.js +0 -259
- data/public/javascripts/jquery-validate/changelog.txt +0 -239
- data/public/javascripts/jquery-validate/jquery.validate.js +0 -1146
- data/public/javascripts/jquery-validate/jquery.validate.min.js +0 -16
- data/public/javascripts/jquery-validate/jquery.validate.pack.js +0 -15
- data/public/javascripts/jquery-validate/lib/jquery-1.4.2.js +0 -6240
- data/public/javascripts/jquery-validate/lib/jquery.form.js +0 -660
- data/public/javascripts/jquery-validate/lib/jquery.js +0 -4376
- data/public/javascripts/jquery-validate/lib/jquery.metadata.js +0 -122
- data/public/javascripts/jquery-validate/localization/messages_ar.js +0 -24
- data/public/javascripts/jquery-validate/localization/messages_bg.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_cn.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_cs.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_da.js +0 -20
- data/public/javascripts/jquery-validate/localization/messages_de.js +0 -20
- data/public/javascripts/jquery-validate/localization/messages_el.js +0 -24
- data/public/javascripts/jquery-validate/localization/messages_es.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_fa.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_fi.js +0 -21
- data/public/javascripts/jquery-validate/localization/messages_fr.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_he.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_hu.js +0 -20
- data/public/javascripts/jquery-validate/localization/messages_it.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_kk.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_lt.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_lv.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_nl.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_no.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_pl.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_ptbr.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_ptpt.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_ro.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_ru.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_se.js +0 -21
- data/public/javascripts/jquery-validate/localization/messages_sk.js +0 -20
- data/public/javascripts/jquery-validate/localization/messages_tr.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_tw.js +0 -23
- data/public/javascripts/jquery-validate/localization/messages_ua.js +0 -23
- data/public/javascripts/jquery-validate/localization/methods_de.js +0 -12
- data/public/javascripts/jquery-validate/localization/methods_nl.js +0 -9
- data/public/javascripts/jquery-validate/localization/methods_pt.js +0 -9
- data/public/javascripts/jquery-validate/todo +0 -172
- data/public/javascripts/jquery.cookie.js +0 -96
- data/public/javascripts/jquery.filedrop.js +0 -253
- data/public/javascripts/jquery.growl.js +0 -143
- data/public/javascripts/jquery.hotkeys.js +0 -99
- data/public/javascripts/jquery.js +0 -6240
- data/public/javascripts/jquery.jstree.js +0 -3510
- data/public/javascripts/jquery.uploadify.js +0 -26
- data/public/javascripts/jquery.validate.js +0 -1147
- data/public/javascripts/loadbehind.js +0 -0
- data/public/javascripts/menu.js +0 -247
- data/public/javascripts/sitemap_jstree.js +0 -329
- data/public/javascripts/swfobject.js +0 -4
- data/public/jstree/_demo/_dump.sql +0 -20
- data/public/jstree/_demo/_inc/__mysql_errors.log +0 -0
- data/public/jstree/_demo/_inc/class._database.php +0 -146
- data/public/jstree/_demo/_inc/class._database_i.php +0 -152
- data/public/jstree/_demo/_inc/class.tree.php +0 -602
- data/public/jstree/_demo/_install.txt +0 -6
- data/public/jstree/_demo/config.php +0 -14
- data/public/jstree/_demo/index.html +0 -262
- data/public/jstree/_demo/server.php +0 -69
- data/public/jstree/_docs/!style.css +0 -37
- data/public/jstree/_docs/_drive.png +0 -0
- data/public/jstree/_docs/_html_data.html +0 -2
- data/public/jstree/_docs/_json_data.json +0 -4
- data/public/jstree/_docs/_search_data.json +0 -6
- data/public/jstree/_docs/_search_result.json +0 -1
- data/public/jstree/_docs/_xml_flat.xml +0 -12
- data/public/jstree/_docs/_xml_nest.xml +0 -18
- data/public/jstree/_docs/checkbox.html +0 -148
- data/public/jstree/_docs/contextmenu.html +0 -120
- data/public/jstree/_docs/cookies.html +0 -96
- data/public/jstree/_docs/core.html +0 -622
- data/public/jstree/_docs/crrm.html +0 -315
- data/public/jstree/_docs/dnd.html +0 -197
- data/public/jstree/_docs/hotkeys.html +0 -81
- data/public/jstree/_docs/html_data.html +0 -174
- data/public/jstree/_docs/index.html +0 -75
- data/public/jstree/_docs/json_data.html +0 -240
- data/public/jstree/_docs/languages.html +0 -138
- data/public/jstree/_docs/search.html +0 -114
- data/public/jstree/_docs/sort.html +0 -84
- data/public/jstree/_docs/syntax/!script.js +0 -2232
- data/public/jstree/_docs/syntax/!style.css +0 -511
- data/public/jstree/_docs/syntax/clipboard.swf +0 -0
- data/public/jstree/_docs/syntax/help.png +0 -0
- data/public/jstree/_docs/syntax/magnifier.png +0 -0
- data/public/jstree/_docs/syntax/page_white_code.png +0 -0
- data/public/jstree/_docs/syntax/page_white_copy.png +0 -0
- data/public/jstree/_docs/syntax/printer.png +0 -0
- data/public/jstree/_docs/syntax/wrapping.png +0 -0
- data/public/jstree/_docs/themeroller.html +0 -98
- data/public/jstree/_docs/themes.html +0 -126
- data/public/jstree/_docs/types.html +0 -173
- data/public/jstree/_docs/ui.html +0 -188
- data/public/jstree/_docs/unique.html +0 -70
- data/public/jstree/_docs/xml_data.html +0 -214
- data/public/jstree/_lib/jquery.cookie.js +0 -96
- data/public/jstree/_lib/jquery.hotkeys.js +0 -99
- data/public/jstree/_lib/jquery.js +0 -6240
- data/public/jstree/jquery.jstree.js +0 -3510
- data/public/jstree/jstree.html +0 -237
- data/public/jstree/themes/apple/bg.jpg +0 -0
- data/public/jstree/themes/apple/d.png +0 -0
- data/public/jstree/themes/apple/dot_for_ie.gif +0 -0
- data/public/jstree/themes/apple/style.css +0 -60
- data/public/jstree/themes/apple/throbber.gif +0 -0
- data/public/jstree/themes/classic/d.png +0 -0
- data/public/jstree/themes/classic/dot_for_ie.gif +0 -0
- data/public/jstree/themes/classic/style.css +0 -59
- data/public/jstree/themes/classic/throbber.gif +0 -0
- data/public/jstree/themes/default/d.gif +0 -0
- data/public/jstree/themes/default/d.png +0 -0
- data/public/jstree/themes/default/style.css +0 -73
- data/public/jstree/themes/default/throbber.gif +0 -0
- data/public/jstree/themes/default-rtl/d.gif +0 -0
- data/public/jstree/themes/default-rtl/d.png +0 -0
- data/public/jstree/themes/default-rtl/dots.gif +0 -0
- data/public/jstree/themes/default-rtl/style.css +0 -83
- data/public/jstree/themes/default-rtl/throbber.gif +0 -0
- data/public/stylesheets/dreamy.css +0 -183
- data/public/stylesheets/menu.css +0 -101
- data/public/stylesheets/sass/dreamy.sass +0 -165
- data/public/stylesheets/sass/menu.sass +0 -139
- data/public/stylesheets/sass/uploadify.sass +0 -52
- data/public/stylesheets/sass/wheels.sass +0 -25
- data/public/stylesheets/scaffold.css +0 -56
- data/public/stylesheets/ui-lightness/images/ui-anim_basic_16x16.gif +0 -0
- data/public/stylesheets/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
- data/public/stylesheets/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
- data/public/stylesheets/ui-lightness/jquery-ui-1.8.2.custom.css +0 -359
- data/public/stylesheets/ui-lightness/jquery-ui-1.8.4.custom.css +0 -549
- data/public/test.html +0 -18
- /data/lib/generators/{wheels/recipes → recipes}/cancan.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/cucumber.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/default.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/design.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/devise.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/factory_girl.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/haml.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/jquery.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/mongoid.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/postgresql.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/recipes.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/remarkable.rb +0 -0
- /data/lib/generators/{wheels/recipes → recipes}/rspec.rb +0 -0
- /data/lib/generators/{wheels/snippets → snippets}/cucumber/database_config +0 -0
- /data/lib/generators/{update_wheels/templates → templates}/cancan/ability.rb +0 -0
- /data/lib/generators/{update_wheels/templates → templates}/database/postgresql.yml +0 -0
- /data/lib/generators/{update_wheels/templates → templates}/git/gitignore +0 -0
- /data/lib/generators/{wheels/templates → templates}/haml/app/views/layouts/application.html.haml +0 -0
- /data/lib/generators/{update_wheels/templates → templates}/mongoid/features/step_definitions/mongoid_steps.rb +0 -0
- /data/lib/generators/{update_wheels/templates → templates}/mongoid/features/support/hooks.rb +0 -0
- /data/lib/generators/{update_wheels → wheels_update}/LICENCE +0 -0
- /data/lib/generators/{update_wheels → wheels_update}/USAGE +0 -0
@@ -1,146 +0,0 @@
|
|
1
|
-
<?php
|
2
|
-
class _database {
|
3
|
-
private $link = false;
|
4
|
-
private $result = false;
|
5
|
-
private $row = false;
|
6
|
-
|
7
|
-
public $settings = array(
|
8
|
-
"servername"=> "localhost",
|
9
|
-
"serverport"=> "3306",
|
10
|
-
"username" => false,
|
11
|
-
"password" => false,
|
12
|
-
"database" => false,
|
13
|
-
"persist" => false,
|
14
|
-
"dieonerror"=> false,
|
15
|
-
"showerror" => false,
|
16
|
-
"error_file"=> true
|
17
|
-
);
|
18
|
-
|
19
|
-
function __construct() {
|
20
|
-
global $db_config;
|
21
|
-
$this->settings = array_merge($this->settings, $db_config);
|
22
|
-
if($this->settings["error_file"] === true) $this->settings["error_file"] = dirname(__FILE__)."/__mysql_errors.log";
|
23
|
-
}
|
24
|
-
|
25
|
-
function connect() {
|
26
|
-
if (!$this->link) {
|
27
|
-
$this->link = ($this->settings["persist"]) ?
|
28
|
-
mysql_pconnect(
|
29
|
-
$this->settings["servername"].":".$this->settings["serverport"],
|
30
|
-
$this->settings["username"],
|
31
|
-
$this->settings["password"]
|
32
|
-
) :
|
33
|
-
mysql_connect(
|
34
|
-
$this->settings["servername"].":".$this->settings["serverport"],
|
35
|
-
$this->settings["username"],
|
36
|
-
$this->settings["password"]
|
37
|
-
) or $this->error();
|
38
|
-
}
|
39
|
-
if (!mysql_select_db($this->settings["database"], $this->link)) $this->error();
|
40
|
-
if($this->link) mysql_query("SET NAMES 'utf8'");
|
41
|
-
return ($this->link) ? true : false;
|
42
|
-
}
|
43
|
-
|
44
|
-
function query($sql) {
|
45
|
-
if (!$this->link && !$this->connect()) $this->error();
|
46
|
-
if (!($this->result = mysql_query($sql, $this->link))) $this->error($sql);
|
47
|
-
return ($this->result) ? true : false;
|
48
|
-
}
|
49
|
-
|
50
|
-
function nextr() {
|
51
|
-
if(!$this->result) {
|
52
|
-
$this->error("No query pending");
|
53
|
-
return false;
|
54
|
-
}
|
55
|
-
unset($this->row);
|
56
|
-
$this->row = mysql_fetch_array($this->result, MYSQL_BOTH);
|
57
|
-
return ($this->row) ? true : false ;
|
58
|
-
}
|
59
|
-
|
60
|
-
function get_row($mode = "both") {
|
61
|
-
if(!$this->row) return false;
|
62
|
-
|
63
|
-
$return = array();
|
64
|
-
switch($mode) {
|
65
|
-
case "assoc":
|
66
|
-
foreach($this->row as $k => $v) {
|
67
|
-
if(!is_int($k)) $return[$k] = $v;
|
68
|
-
}
|
69
|
-
break;
|
70
|
-
case "num":
|
71
|
-
foreach($this->row as $k => $v) {
|
72
|
-
if(is_int($k)) $return[$k] = $v;
|
73
|
-
}
|
74
|
-
break;
|
75
|
-
default:
|
76
|
-
$return = $this->row;
|
77
|
-
break;
|
78
|
-
}
|
79
|
-
return array_map("stripslashes",$return);
|
80
|
-
}
|
81
|
-
|
82
|
-
function get_all($mode = "both", $key = false) {
|
83
|
-
if(!$this->result) {
|
84
|
-
$this->error("No query pending");
|
85
|
-
return false;
|
86
|
-
}
|
87
|
-
$return = array();
|
88
|
-
while($this->nextr()) {
|
89
|
-
if($key !== false) $return[$this->f($key)] = $this->get_row($mode);
|
90
|
-
else $return[] = $this->get_row($mode);
|
91
|
-
}
|
92
|
-
return $return;
|
93
|
-
}
|
94
|
-
|
95
|
-
function f($index) {
|
96
|
-
return stripslashes($this->row[$index]);
|
97
|
-
}
|
98
|
-
|
99
|
-
function go_to($row) {
|
100
|
-
if(!$this->result) {
|
101
|
-
$this->error("No query pending");
|
102
|
-
return false;
|
103
|
-
}
|
104
|
-
if(!mysql_data_seek($this->result, $row)) $this->error();
|
105
|
-
}
|
106
|
-
|
107
|
-
function nf() {
|
108
|
-
if ($numb = mysql_num_rows($this->result) === false) $this->error();
|
109
|
-
return mysql_num_rows($this->result);
|
110
|
-
}
|
111
|
-
function af() {
|
112
|
-
return mysql_affected_rows();
|
113
|
-
}
|
114
|
-
function error($string="") {
|
115
|
-
$error = mysql_error();
|
116
|
-
if($this->settings["show_error"]) echo $error;
|
117
|
-
if($this->settings["error_file"] !== false) {
|
118
|
-
$handle = @fopen($this->settings["error_file"], "a+");
|
119
|
-
if($handle) {
|
120
|
-
@fwrite($handle, "[".date("Y-m-d H:i:s")."] ".$string." <".$error.">\n");
|
121
|
-
@fclose($handle);
|
122
|
-
}
|
123
|
-
}
|
124
|
-
if($this->settings["dieonerror"]) {
|
125
|
-
if(isset($this->result)) mysql_free_result($this->result);
|
126
|
-
mysql_close($this->link);
|
127
|
-
die();
|
128
|
-
}
|
129
|
-
}
|
130
|
-
function insert_id() {
|
131
|
-
if(!$this->link) return false;
|
132
|
-
return mysql_insert_id();
|
133
|
-
}
|
134
|
-
function escape($string){
|
135
|
-
if(!$this->link) return addslashes($string);
|
136
|
-
return mysql_real_escape_string($string);
|
137
|
-
}
|
138
|
-
|
139
|
-
function destroy(){
|
140
|
-
if (isset($this->result)) mysql_free_result($this->result);
|
141
|
-
if (isset($this->link)) mysql_close($this->link);
|
142
|
-
}
|
143
|
-
|
144
|
-
|
145
|
-
}
|
146
|
-
?>
|
@@ -1,152 +0,0 @@
|
|
1
|
-
<?php
|
2
|
-
class _database {
|
3
|
-
private $data = false;
|
4
|
-
private $result = false;
|
5
|
-
private $row = false;
|
6
|
-
|
7
|
-
public $settings = array(
|
8
|
-
"servername"=> "localhost",
|
9
|
-
"serverport"=> "3306",
|
10
|
-
"username" => false,
|
11
|
-
"password" => false,
|
12
|
-
"database" => false,
|
13
|
-
"persist" => false,
|
14
|
-
"dieonerror"=> false,
|
15
|
-
"showerror" => false,
|
16
|
-
"error_file"=> true
|
17
|
-
);
|
18
|
-
|
19
|
-
function __construct() {
|
20
|
-
global $db_config;
|
21
|
-
$this->settings = array_merge($this->settings, $db_config);
|
22
|
-
if($this->settings["error_file"] === true) $this->settings["error_file"] = dirname(__FILE__)."/__mysql_errors.log";
|
23
|
-
}
|
24
|
-
|
25
|
-
function connect() {
|
26
|
-
$this->data = new mysqli(
|
27
|
-
$this->settings["servername"],
|
28
|
-
$this->settings["username"],
|
29
|
-
$this->settings["password"],
|
30
|
-
$this->settings["database"],
|
31
|
-
$this->settings["serverport"]
|
32
|
-
);
|
33
|
-
|
34
|
-
if(mysqli_connect_errno()) {
|
35
|
-
$this->error("Connection error: ".mysqli_connect_error() );
|
36
|
-
return false;
|
37
|
-
}
|
38
|
-
if(!$this->data->set_charset("utf8")) {
|
39
|
-
$this->error("Error loading character set utf8");
|
40
|
-
return false;
|
41
|
-
}
|
42
|
-
return true;
|
43
|
-
}
|
44
|
-
|
45
|
-
function query($sql) {
|
46
|
-
if(!$this->data && !$this->connect()) {
|
47
|
-
$this->error("Could node connect for query: ".$sql);
|
48
|
-
return false;
|
49
|
-
}
|
50
|
-
//echo $sql."<br />:";
|
51
|
-
if(!($this->result = $this->data->query($sql))) $this->error($sql);
|
52
|
-
return ($this->result) ? true : false;
|
53
|
-
}
|
54
|
-
|
55
|
-
function nextr(){
|
56
|
-
if(!$this->result) {
|
57
|
-
$this->error("No query pending");
|
58
|
-
return false;
|
59
|
-
}
|
60
|
-
unset($this->row);
|
61
|
-
$this->row = $this->result->fetch_array(MYSQL_BOTH);
|
62
|
-
return ($this->row) ? true : false ;
|
63
|
-
}
|
64
|
-
|
65
|
-
function get_row($mode = "both") {
|
66
|
-
if(!$this->row) return false;
|
67
|
-
|
68
|
-
$return = array();
|
69
|
-
switch($mode) {
|
70
|
-
case "assoc":
|
71
|
-
foreach($this->row as $k => $v) {
|
72
|
-
if(!is_int($k)) $return[$k] = $v;
|
73
|
-
}
|
74
|
-
break;
|
75
|
-
case "num":
|
76
|
-
foreach($this->row as $k => $v) {
|
77
|
-
if(is_int($k)) $return[$k] = $v;
|
78
|
-
}
|
79
|
-
break;
|
80
|
-
default:
|
81
|
-
$return = $this->row;
|
82
|
-
break;
|
83
|
-
}
|
84
|
-
return array_map("stripslashes",$return);
|
85
|
-
}
|
86
|
-
|
87
|
-
function get_all($mode = "both", $key = false) {
|
88
|
-
if(!$this->result) {
|
89
|
-
$this->error("No query pending");
|
90
|
-
return false;
|
91
|
-
}
|
92
|
-
$return = array();
|
93
|
-
while($this->nextr()) {
|
94
|
-
if($key !== false) $return[$this->f($key)] = $this->get_row($mode);
|
95
|
-
else $return[] = $this->get_row($mode);
|
96
|
-
}
|
97
|
-
return $return;
|
98
|
-
}
|
99
|
-
|
100
|
-
function f($index) {
|
101
|
-
return stripslashes($this->row[$index]);
|
102
|
-
}
|
103
|
-
|
104
|
-
function go_to($row) {
|
105
|
-
if(!$this->result) {
|
106
|
-
$this->error("No query pending");
|
107
|
-
return false;
|
108
|
-
}
|
109
|
-
if(!$this->data->data_seek($row)) $this->error();
|
110
|
-
}
|
111
|
-
|
112
|
-
function nf() {
|
113
|
-
if (!$this->result) {
|
114
|
-
$this->error("nf: no result set");
|
115
|
-
return false;
|
116
|
-
}
|
117
|
-
return $this->result->num_rows;
|
118
|
-
}
|
119
|
-
function af() {
|
120
|
-
return $this->data->affected_rows;
|
121
|
-
}
|
122
|
-
function error($string = "") {
|
123
|
-
$error = $this->data->error;
|
124
|
-
if($this->settings["show_error"]) echo $error;
|
125
|
-
if($this->settings["error_file"] !== false) {
|
126
|
-
$handle = @fopen($this->settings["error_file"], "a+");
|
127
|
-
if($handle) {
|
128
|
-
@fwrite($handle, "[".date("Y-m-d H:i:s")."] ".$string." <".$error.">\n");
|
129
|
-
@fclose($handle);
|
130
|
-
}
|
131
|
-
}
|
132
|
-
if($this->settings["dieonerror"]) {
|
133
|
-
if(isset($this->result)) $this->result->free();
|
134
|
-
@$this->data->close();
|
135
|
-
die();
|
136
|
-
}
|
137
|
-
}
|
138
|
-
function insert_id() {
|
139
|
-
return $this->data->insert_id;
|
140
|
-
}
|
141
|
-
function escape($string) {
|
142
|
-
if(!$this->data) return addslashes($string);
|
143
|
-
return $this->data->escape_string($string);
|
144
|
-
}
|
145
|
-
|
146
|
-
function destroy() {
|
147
|
-
if(isset($this->result)) $this->result->free();
|
148
|
-
if($this->data) $this->data->close();
|
149
|
-
}
|
150
|
-
|
151
|
-
|
152
|
-
}
|