A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: controllers/Bbs.php

Line Number: 190

Backtrace:

File: /home/allianceedu/application/controllers/Bbs.php
Line: 190
Function: _error_handler

File: /home/allianceedu/index.php
Line: 316
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: front/bbs_view.php

Line Number: 67

Backtrace:

File: /home/allianceedu/application/views/front/bbs_view.php
Line: 67
Function: _error_handler

File: /home/allianceedu/application/libraries/Layout.php
Line: 82
Function: view

File: /home/allianceedu/application/controllers/Bbs.php
Line: 223
Function: front

File: /home/allianceedu/index.php
Line: 316
Function: require_once

" method="post">

Legendary: Everything Everywhere AA once Topic 1

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: front/bbs_view.php

Line Number: 92

Backtrace:

File: /home/allianceedu/application/views/front/bbs_view.php
Line: 92
Function: _error_handler

File: /home/allianceedu/application/libraries/Layout.php
Line: 82
Function: view

File: /home/allianceedu/application/controllers/Bbs.php
Line: 223
Function: front

File: /home/allianceedu/index.php
Line: 316
Function: require_once

카테고리 방원준 수학 게시판
닉네임 관리자
첨부파일

방원준 선생님의 IB Math Legendary Question Series!

이 문제들만 잘 풀어도 수학 실력은 수직 상승!

 

" class="btn btn-primary">목록
회사명: 얼라이언스 (Alliance) 서울특별시 강남구 강남대로98길 11 4층 대표이사: 이재훈 사업자등록번호: 483-36-00825 통신판매업신고번호: 제 2022-서울강남-01640호 문의: 02-6339-1111 학원설립운영등록번호: 제13929호 얼라이언스원격학원 개인정보관리책임자: 이재훈 support@allianceedu.net 강사 지원 문의: recruit@allianceedu.net
Copyright (c) Alliance Education. All rights reserved.
얼라이언스 에듀 (Alliance Edu)
125&parent_id='+$(this).data("id")+'&pid='+$(this).data("pid")+"&comment="+comment; $.ajax({ url: "/bbs/add_comment_action/125/

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: front/bbs_view.php

Line Number: 237

Backtrace:

File: /home/allianceedu/application/views/front/bbs_view.php
Line: 237
Function: _error_handler

File: /home/allianceedu/application/libraries/Layout.php
Line: 82
Function: view

File: /home/allianceedu/application/controllers/Bbs.php
Line: 223
Function: front

File: /home/allianceedu/index.php
Line: 316
Function: require_once

", data: parameter, dataType: "json", type:"POST", error: function(error) { console.log(error); return; }, success: function(data){ console.log(data); //$("#reply_idx_"+val).remove(); location.reload(); }, }); } return false; }); function comment_tab(gubun){ $(".reply_list").hide(); $("#reply_list_"+gubun).show(); $(".reply_sort").removeClass("active"); $("#comment_tab_btn_"+gubun).addClass("active"); } $(".reply_delete").on("click",function(){ var con = confirm("삭제 하시겠습니까?"); var val = $(this).data("cid"); var parameter = 'id=125'; $.ajax({ url: "/bbs/delete_comment_action/"+val, data: parameter, dataType: "json", type:"POST", error: function(error) { console.log(error); return; }, success: function(data){ console.log(data); location.reload(); //alert("삭제했습니다."); //$("#reply_idx_"+val).remove(); }, }); }); function chk_len(limit_length) { var len = $('#comment').val().length+1; $('#idCurLen').html(len); if (len > limit_length) { var keycode = window.event.keyCode; if (keycode == 8 || keycode == 46) return; alert(limit_length + "자 이내로 작성해주세요~"); return; } } //-->