# |
Jun 13th 2018, 13:00 |
josbeir |
100k inventory |
# |
Jun 13th 2018, 13:00 |
josbeir |
well, i was planning to build a platform to host all those small ones on |
# |
Jun 13th 2018, 12:59 |
josbeir |
alright, thats what i tought |
# |
Jun 13th 2018, 12:52 |
Martin` |
no did not fix it |
# |
Jun 13th 2018, 12:51 |
Martin` |
lets try to be sure. but I see content that I did put in database in variables |
# |
Jun 13th 2018, 12:50 |
josbeir |
make sure your table gets detected etc... |
# |
Jun 13th 2018, 12:49 |
josbeir |
did you just create the table? maybe clear the ORM cache |
# |
Jun 13th 2018, 12:48 |
Martin` |
and I'm also doing it in an other controller there it works fine |
# |
Jun 13th 2018, 12:47 |
Martin` |
well it is not really a small project |
# |
Jun 13th 2018, 12:47 |
josbeir |
ye |
# |
Jun 13th 2018, 12:47 |
Martin` |
crud? |
# |
Jun 13th 2018, 12:46 |
dereuromark |
I dont think it is good for small projects :)# |
# |
Jun 13th 2018, 12:45 |
josbeir |
right, no experience with that.. |
# |
Jun 13th 2018, 12:45 |
Martin` |
I'm using the crud plugin |
# |
Jun 13th 2018, 12:44 |
josbeir |
where the form data gets converted to an entity and when the save happens |
# |
Jun 13th 2018, 12:44 |
josbeir |
Martin, can you show us your action code ? |
# |
Jun 13th 2018, 12:43 |
Martin` |
really don't see what I'm doing wrong :( |
# |
Jun 13th 2018, 12:37 |
josbeir |
am actually 'in the market' for a new platform to put a bunch of ecommerce stores on i manage in cake 2 at the moment. Started a clean slate now in cake3 but maybe this is better... :slightly_smiling_face: |
# |
Jun 13th 2018, 12:36 |
Martin` |
Help! I don't see why I'm failing! I'm trying to save a belongsToMany relation but it does not save the relation looks like this. https://gist.github.com/blieb/1d6190d8150e9b02dc13a39fd307dc5c in de html I've multiple fields with name contacts[_ids][] |
# |
Jun 13th 2018, 12:35 |
josbeir |
the platform or the tests? :P |
# |
Jun 13th 2018, 12:35 |
dereuromark |
but that makes it also rather slow..^^ |
# |
Jun 13th 2018, 12:34 |
dereuromark |
one of the most advanced and complete code sniffer packages there are. our codebase is pretty clean from a cs point of view. also helps to reduce errors as then also phpstan integrates nicely due to the doc block consistency for example. |
# |
Jun 13th 2018, 12:33 |
dereuromark |
more or less :slightly_smiling_face: |
# |
Jun 13th 2018, 12:28 |
josbeir |
Spryker looks interesting, yours @dereuromark? |
# |
Jun 13th 2018, 12:20 |
dereuromark |
i recommend also to use a sniff that properly enforces this and takes care of this. Spryker package has a good one here. |
# |
Jun 13th 2018, 12:19 |
josbeir |
]:( phpstorm |
# |
Jun 13th 2018, 12:18 |
dereuromark |
why psr? its about the throws annotations only |
# |
Jun 13th 2018, 12:14 |
rudy1976s |
okay I will investigate: you mean PSR support ? |
# |
Jun 13th 2018, 12:13 |
dereuromark |
@rudy1976s fix your IDE. you should only have primary level (0) there, the default is bad IMO. |
# |
Jun 13th 2018, 12:04 |
lorenzo |
if there isn’t open a ticket a bout it, I think it is importnat to have those kind of examples available |
# |
Jun 13th 2018, 11:48 |
josbeir |
new authentication plugin question: is there an example of what the best way is to set up integration tests in an app that is uisng the plugin? |
# |
Jun 13th 2018, 11:42 |
rudy1976s |
why since last update every time I comment with PHPStorm a function there is a "* @throws \Aura\Intl\Exception" ? |
# |
Jun 13th 2018, 10:43 |
josbeir |
but probably more handy when using automated stuff |
# |
Jun 13th 2018, 10:42 |
josbeir |
@lorenzo i don't see the whole nested entity validation part in DocumentContext working in real life situations as you can't really validate nested entities from a form using a whole new validator/index class, only nested (addNested,addNestedMany) is applicable in that scenario |
# |
Jun 13th 2018, 10:38 |
josbeir |
@lorenzo pr up |
# |
Jun 13th 2018, 10:28 |
dereuromark |
hah |
# |
Jun 13th 2018, 10:22 |
lorenzo |
that’s the secret sauce |
# |
Jun 13th 2018, 10:22 |
lorenzo |
the github user you use for jenkins needs to be admin on the repo |
# |
Jun 13th 2018, 10:19 |
dereuromark |
Does anyone connect Jenkins CI to GitHub PRs? Our guy cant seem to get it done. I wonder what the missing piece is. Does anyone have a current "howto" for this or sth? |
# |
Jun 13th 2018, 10:19 |
johan_hedin |
which is solving my issue .. but what about $this->request->getQueryParams() or $this->request->getQuery('foo') never works |
# |
Jun 13th 2018, 10:18 |
johan_hedin |
and i never get solution of this issue. to work with query param i am doing this ,$this->request->getServerParams()['REQUEST_URI'] |