Notepad-plus-plus Digest, Vol 26, Issue 45

2008-07-17 Thread notepad-plus-plus-request
 'value';
$this->validation->set_select('name', 'value');
$this->validation->set_checkbox('name', value);
$this->validation->set_radio('name', value);
$this->validation->set_message('rule_name', 'Error Message');
$this->validation->required('value');
$this->validation->set_error_delimiters('', '');
$this->validation->error_string();
$this->load->library('xmlrpc');
$this->load->library('xmlrpcs');
$this->xmlrpc->server('http://rpc.pingomatic.com/', 80);
$this->xmlrpc->timeout(seconds);
$this->xmlrpc->method('method_name');
$this->xmlrpc->request('');
$this->xmlrpc->send_request();
$this->xmlrpc->set_debug(TRUE);
$this->xmlrpc->display_error();
$this->xmlrpc->display_response();
$this->xmlrpc->send_error_message('Error Code', 'Error message');
$this->xmlrpc->send_response();
$this->xmlrpcs->initialize();
$this->xmlrpcs->serve();
$this->load->library('zip');
$this->zip->add_data(name, data);
$this->zip->add_dir(folder_path);
$this->zip->read_file(file_path);
$this->zip->read_dir(folder_path);
$this->zip->archive(output_path);
$this->zip->download(file_path);
$this-zip->get_zip();
$this-zip->clear_data();
$query = $this->db->get('table_name', limit, offset);
$query = $this->db->get_where('table_name', array, limit, offset);
$query = $this->db->from('table_name');
$query->result();
$query->result_array();
$query->row();
$query->row_array();
$query->first_row();
$query->last_row();
$query->next_row();
$query->previous_row();
$query->num_rows();
$query->num_fields();
$query->free_result();
$this->db->select('fields, to, select');
$this->db->select_max('field', 'rename_to');
$this->db->select_min('field', 'rename_to');
$this->db->select_avg('field', 'rename_to');
$this->db->select_sum('field', 'rename_to');
$this->db->join('join_table_name', 'join_table_name.id = original_table.id',
'join_type');
$this->db->where(field, value);
$this->db->or_where(field, value);
$this->db->where_in(field, value);
$this->db->where_not_in(field, value);
$this->db->or_where_in(field, value);
$this->db->or_where_not_in(field, value);
$this->db->like(field, term, 'wildcard_position');
$this->db->or_like('field', $term);
$this->db->not_like(field, term, 'wildcard_position');
$this->db->or_not_like(field, term, 'wildcard_position');
$this->db->group_by(field);
$this->db->distinct();
$this->db->having(field, term);
$this->db->limit(number_of_rows);
$this->db->order_by(field, desc or asc);
$this->db->count_all('table_name');
$this->db->count_all_results();
$this->db->start_cache();
$this->db->stop_cache();
$this->db->flush_cache();
$this->db->insert('table_name', $array_name);
$this->db->insert_string('table_name', $data);
$this->db->set('table_name', $values);
$this->db->update('table_name', $array_name);
$this->db->update_string('table_name', $data, $where);
$this->db->delete('table_name', array('field', $value));
$this->db->cache_on();
$this->db->cache_off();
$this->db->cache_delete();
$this->db->cache_delete_all();
$this->db->insert_id();
$this->db->affected_rows();
$this->db->platform();
$this->db->version();
$this->db->last_query();
$this->db->query('YOUR QUERY HERE');
$this->db->simple_query('YOUR QUERY HERE');
$this->db->escape('text');
$this->db->escape_str('text');
$this->load->dbforge();
$this->db->list_tables();
$this->db->table_exists();
$this->dbutil->repair_table('table_name');
$this->dbutil->optimize_table('table_name');
$this->dbutil->list_databases();
$this->dbutil->optimize_database();
$this->dbutil->csv_from_result($db_result);
$this->dbutil->xml_from_result($db_result);
$this->dbutil->backup($backup_prefs);
$this->load->dbforge();
$this->dbforge->create_database('db_name');
$this->dbforge->drop_database('db_name');
$this->dbforge->add_key(field_name, TRUE);
$this->dbforge->add_field(field_name, TRUE);
$this->dbforge->add_column($fields);
$this->dbforge->modify_column($fields);
$this->dbforge->drop_column($fields);
$this->dbforge->create_table(table_name);
$this->dbforge->rename_table(old_name, new_name);
$this->dbforge->drop_table('table_name');
$this->db->trans_start();
$this->db->trans_complete();
$this->db->trans_status();
$this->db->trans_off();
$this->db->trans_begin();
$this->db->trans_rollback();
$this->db->trans_commit();
$this->load->model('name_model');
$this->load->model('name_model','name_model', TRUE);
$this->Model_name_model->property();
$this->Model_name_model->method(args);
show_error('Message');
show_404('Page');
log_message('error', 'Error message');
log_message('debug', 'Debug message');
log_message('info', 'Informational message');
[/code]

and XML file:

[code]






















































































































































































































',
'');"  func="yes" />



http://rpc.pingomatic.com/', 80);"  
func="yes"
/>
























































































































[/code]






























__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=331753



--

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

--

___
Notepad-plus-plus mailing list
Notepad-plus-plus@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 26, Issue 45
*


Notepad-plus-plus Digest, Vol 26, Issue 45

2008-07-16 Thread notepad-plus-plus-request
ch for "smart users only PLEASE!!" and
find this brilliant help message???

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=331753



--

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

--

___
Notepad-plus-plus mailing list
Notepad-plus-plus@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 26, Issue 45
*