Part of the MVC pattern, the Model manages the behaviour and data of the application.
I am trying to export some data from my model to excel scheet with "Laravel excel", I have done it, …
php excel laravel model laravel-excelI am using Keras with TensorFlow backend to train CNN models. What is the between model.fit() and model.evaluate()? …
tensorflow model keras evaluateOk, my first question was modified so many times that I chose to delete it and reformulate my question. I've …
php mysql cakephp model multiple-databasesI am trying to learn domain-driven design (DDD), and I think I got the basic idea. But there is something …
oop model repository domain-driven-design repository-patternIs there a proper place for helper methods for models in Rails? There are helper methods for controllers and views, …
ruby-on-rails ruby ruby-on-rails-4 model ruby-on-rails-4.2I recently upgraded my project from laravel 4.2 to laravel 5.0 and have been facing several errors. I didn't define any namespaces …
model runtime-error laravel-5 redeclarationSuppose I have model User which have many to many relation to itself named as friends. so $user->friends (…
php model yii dataproviderRelatively new to rails and trying to model a very simple family "tree" with a single Person model that has …
ruby-on-rails ruby model has-manyWhat is the right way to populate the model for the index page in a grails app? There is no …
grails indexing model