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">

첫 방문 고객 할인 쿠폰 !! (Welcome Coupon)

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/AP 인강 플랫폼, 얼라이언스 에듀에요!

 

처음 방문 및 구매하는 학생분들 !! 

꼭 5% 할인받는 쿠폰 받으세요 !!

 

쿠폰 발급 방법: 얼라이언스 카톡 친구 추가해서 쿠폰을 받으면 끝 :)
☞ 얼라이언스 카톡 채널: https://pf.kakao.com/_xkGpvb

 

앞으로도 항상 정직하게 최상의 수업을 여러분에게 선보이겠습니다!

그리고 진짜 이 강의가 나에게 맞는지 모르겠다?? 

 

2일 동안 무료로 수강해 볼 수 있는 시스템도 있으니 카톡 채널로 연락주세요 ㅎㅎ

☞ 카톡 상담: https://pf.kakao.com/_xkGpvb

 

 

퀄리티가 다른 IB/AP/SAT 유학강의 플랫폼. 
얼라이언스 에듀케이션

 

 

☞ 얼라이언스 에듀 홈페이지:

www.AllianceEdu.net

 

☞ 얼라이언스 에듀 YouTube 구독해서 중요한 교육 자료도 많이 받아가세요~^^

https://www.youtube.com/channel/UCpgKNrzA_kRGsR8_6PllVxQ

 

 

" 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)
", 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=84'; $.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; } } //-->