Hàm: insert_row_array_table
Cú pháp:
insert_row_array_table(table_name, array_row)
Ví dụ:
{% set array_row = {'name':is_login(),'comment':get_post('msg'),'time':'now'|date('U')} %}
{% if request_method()|lower == 'post' %}
{{insert_row_array_table('chat_demo', array_row)}}
{% endif %}
- Danh sách chương (17) Link
- Hàm: delete_row_table Đọc ngay
- Hàm: select_table_row_data Đọc ngay
- Hàm: select_table_where_data Đọc ngay
- Hàm: select_table_data Đọc ngay
- Hàm: update_row_array_table Đọc ngay
- Hàm: update_row_table Đọc ngay
- Hàm: insert_row_array_table Đọc ngay
- Hàm: insert_row_array_table [ Đang đọc ]
- Hàm: insert_row_table Đọc ngay
- Hàm: drop_column_table Đọc ngay
- Hàm: create_column_table Đọc ngay
- Hàm: get_table_count Đọc ngay
- Hàm: drop_table Đọc ngay
- Hàm: create_table_with_column Đọc ngay
- Hàm: create_table Đọc ngay
- Làm việc với cookie Đọc ngay
- Phương thức xử lý GET và POST Đọc ngay