Support the ongoing development of Laravel.io →

phazei

Joined 23 Jul 2014

Statistics

Threads 5
Replies 11
Solutions 0
Articles 0
posted 8 years ago

issue with temporary tables and pdo read/write connection

I'm creating a temporary table, but it only exists on the PDO connection it was created on. It seem...

0 Likes
2 Replies
posted 8 years ago

Setting specific isolation scope for transactions.

I'm working on a system is likely going to need more granular control of locking that simply calling...

0 Likes
1 Replies
posted 9 years ago

Issue saving hasOne / belongsTo relation without triggering an infinite loop.

I have a User model that hasOne profile and $with=['profile'] I have a Profile model that belongsTo...

0 Likes
0 Replies
posted 9 years ago

Laravel Github issues

Where are issues reported? It seems they removed the issues section from git hub and I don't see an...

0 Likes
5 Replies
posted 9 years ago

Is there a difference between echo View::make('...') and @include('...')

Is there a difference, in a blade template view, between <?= View::make('...') ?> or @include(...

0 Likes
1 Replies
replied 8 years ago

Turn off eloquent events?

$dispatcher = Model::getEventDispatcher() // Remove Dispatcher Model::unsetEventDispatcher() //DO TH...

0 Likes
replied 8 years ago

Massive PDF generation

ErikEklund said: I did something similar long ago. I chose to have the invoice as a PDF form (defin...

0 Likes
replied 8 years ago

Is this right way to do READ UNCOMMITTED?

Did you ever find anything on this?

0 Likes
replied 9 years ago

Best database structure

Generally that's how I do it. Place a one to many relation on the user model to the notes model. In...

0 Likes
replied 9 years ago

Documentation for a REST API

Once you install Swaggervel, you just add some swagger annotations to your classes and it will just...

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.