Support the ongoing development of Laravel.io →

snirkum

Joined 8 Sep 2014

Statistics

Threads 0
Replies 10
Solutions 1
Articles 0

snirkum has not posted any threads yet

replied 9 years ago

how to work with MVC (which Controllers to make, ...)

No problem. For your index a pageController sounds ok, and you want to showIndex. As most applicatio...

0 Likes
replied 9 years ago

how to work with MVC (which Controllers to make, ...)

You can keep on extending from classes as much as you like. armyController can extend from baseContr...

0 Likes
replied 9 years ago

how to work with MVC (which Controllers to make, ...)

Try to think of things as what they 'are' (Class/controller) or what they 'do' (functions/methods)....

0 Likes
Solved
replied 9 years ago

Detect users number on editing page

What you want is a transactional database system, MySql can do that, see the MySql manual. Search in...

0 Likes
replied 9 years ago

How to check value of parameters of RESTful controller's action

When u set a pattern, then this will apply to all routes that use {id}. In your controller you can g...

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.