ErrorException [ Fatal Error ]: Call to undefined method ORM::findById()
APPPATH/classes/controller/admin/news.php [ 15 ]
10
11 public function action_index() {
12
13 if (isset($_POST['submit'])) {
14 $data = Arr::extract($_POST, array('gltitle', 'gldescription', 'glkeywords'));
<b>15 $news = ORM::findById($id);</b>
16 $news->values($data);
17 $news->save();
18 }
19
20 $news = ORM::factory('new')->order_by('sorts','DESC')->find_all();
{PHP internal call} » Kohana_Core::shutdown_handler()
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 10]>
<script src="/media/js/frontend/jquery.placeholder.min.js"></script>
<![endif]-->
</body>
</html>
В blglall в диве, есть еще один див, как мне у него убрать бордер?
Название дива blglbor
я так пробовал:
blglall > blglbor:nth-last-of-type(3)
и так blglall > .blglbor:nth-last-of-type(3)
не работает.