Support the ongoing development of Laravel.io →

bpattan

Joined 17 Jan 2015

Statistics

Threads 4
Replies 4
Solutions 1
Articles 0

Sending error messages from Handler.php for Ajax calls.

The database save is happening from ajax call and I am using hanlder class to validate database exce...

0 Likes
0 Replies

Method naming convention for eloquent relationships.

I am confused with naming conventions for methods in model relationships.. If I use Camel case, the...

0 Likes
1 Replies
posted 9 years ago

Reading an array..

I am trying to read an array from an output generated thru a database query in view.. The data is co...

0 Likes
3 Replies

Getting values from domain tables.

I have the following tables: Time_Tracker time_tracker_id time_tracker_module_id (FK with Modules) t...

0 Likes
2 Replies
Solved
replied 9 years ago

Method naming convention for eloquent relationships.

Sorry I should have explained clearly... Here is an example: Models: class SubIssue extends Eloquent...

0 Likes
replied 9 years ago

Reading an array..

I tried <td>{{ $subIssue->main_issue->first()->main_issue }} </td> getting an e...

0 Likes
replied 9 years ago

Reading an array..

I need the main_issue from first iteration of array main_issue. Is there any other I can get main_is...

0 Likes
replied 9 years ago
0 Likes
Solved

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.