Support the ongoing development of Laravel.io →

goranata

Joined 12 Mar 2014

Statistics

Threads 7
Replies 7
Solutions 1
Articles 0

Query model in a custom classes gives me an error

Hi, I've added a custom classes to ...app/classes/... using a tutorial I've read and so far so good...

0 Likes
2 Replies
Solved

Multiple domains & masking of the www.example.com/de with www.example.de

Hello. Have this question wondering. I have multiple domains, that I want to use for a certain langu...

0 Likes
0 Replies
posted 9 years ago

Paginate & Distinct

Hi, I'm using the same model ,e.g. query for displaying paginated results and total results. The re...

0 Likes
5 Replies
posted 9 years ago

Scope functions passing $variable problem

Hello, I've got this: VIEW $days1 = implode(',', Input::get('days')); $tours = Tour::days($days1)-&g...

0 Likes
2 Replies
Solved

Models and functions not working ...

What am I doing wrong ? please advice ? Controller public function getHotelgallery($hotel) {...

0 Likes
2 Replies
replied 9 years ago

Looking for Eloquent equivalent to this basic query using "DISTINCT"

Any body might have an idea, how to use distinct(), in a search in radius query, .e.g using the have...

0 Likes
replied 9 years ago

Query model in a custom classes gives me an error

No error = perfect. 10x for the logic, I knew it was something, that I was missing. I've added addit...

0 Likes
replied 9 years ago

Paginate & Distinct

MODEL: class Tagstours extends Eloquent { protected $connection = 'letsgo'; // static protect...

0 Likes
replied 9 years ago

Scope functions passing $variable problem

Already solved this ... As the same way, as You proposed. Thanks !

0 Likes
replied 10 years ago

Models and functions not working ...

I've added the controller, at the top ... what do you suggest doing ?

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.