# |
Oct 5th 2018, 19:14 |
btx |
should be UserGroups first because G < S |
# |
Oct 5th 2018, 19:12 |
itmpls |
end goal is to save my entity which belongsToMany('UserGroupsUser', ['joinTable' => 'user_groups_user']); |
# |
Oct 5th 2018, 19:12 |
itmpls |
with how cake expects things to be alphabetical, if i have a 'UserGroupsUser' table does it expect 'User' to be plural and in front, or UserGroups since they start with the same word? |
# |
Oct 5th 2018, 18:16 |
quinquo |
mescalito: pdksh+openbsd |
# |
Oct 5th 2018, 18:16 |
quinquo |
fixes lots of crashes. I have to admit, i don't think I've ever had it crash on me |
# |
Oct 5th 2018, 17:40 |
flashios09 |
so the **post entity** will have **my_fake_table entity** `$post->my_fake_table` |
# |
Oct 5th 2018, 17:37 |
slackebot |
<flashios09> |
# |
Oct 5th 2018, 17:36 |
flashios09 |
and it will generate this query: |
# |
Oct 5th 2018, 17:35 |
slackebot |
<flashios09> |
# |
Oct 5th 2018, 17:35 |
flashios09 |
then we can do: |
# |
Oct 5th 2018, 17:28 |
slackebot |
<flashios09> |
# |
Oct 5th 2018, 17:26 |
slackebot |
// .. ]); } } ``` |
# |
Oct 5th 2018, 17:26 |
flashios09 |
```php <?php namespace App\Model\Table; use App\ORM\Table; class MyFakeTable extends Table { public function initialize(array $config){ // don't use a hard table $this->table(false); // create a fake schema // i don't know, maybe something like this $this->schema([ 'id' => 'MYSQL_CUSTOM_FUNCTION()', 'another_fake_field' => 'ANOTHER_MYSQL_CUSTOM_FUNCTION()', |
# |
Oct 5th 2018, 17:26 |
flashios09 |
is it possible to create a fake table(model/entity), something like this: |
# |
Oct 5th 2018, 17:20 |
flashios09 |
hi |
# |
Oct 5th 2018, 16:11 |
sonicrocketmanFl |
Hello. Can anyone tell me, what does it mean, Total Hash Rate: (24h) 0.00 H/s (12h) 0.00 H/s (1h) 0.00 H/s (10m) 8.40 KH/s |
# |
Oct 5th 2018, 16:11 |
sonicrocketmanFl |
but I think I have the idea of how to fix this one, thanks for the help! |
# |
Oct 5th 2018, 16:11 |
sonicrocketmanFl |
OH MOTHER FUCKER |
# |
Oct 5th 2018, 16:11 |
sonicrocketmanFl |
dviola, if so, you can set up netconsole and get the kernel messages sent to the other PC when the first crashes |
# |
Oct 5th 2018, 16:11 |
sonicrocketmanFl |
System Info: Model: VMware7 · CPU Speed: 2 @ 3.16 GHz · L2: 256 KB · L3: 6 MB · RAM: 8 GB · OS X: Version 10.6.8 (Build 10K549) · Hostname: SnowLeopardVM · User: tron · Client: Linkinus 2.4.3/25089 · Style: Whisper |
# |
Oct 5th 2018, 16:11 |
sonicrocketmanFl |
lin_noob: uhmm, support cost _is_ part of the cost. nobody buys stuff at that level without adequate cost. TCO |
# |
Oct 5th 2018, 16:09 |
unclezoot |
cheers |
# |
Oct 5th 2018, 16:05 |
admad |
unclezoot: you forgot "use Cake\ORM\Query" |
# |
Oct 5th 2018, 15:35 |
unclezoot |
my custom finder method looks like this NotificationsTable.php: public function findCrud(Query $query, array $options) { } |
# |
Oct 5th 2018, 15:35 |
unclezoot |
afternoon, I'm trying to use a custom finder method, but am getting a Query object error. I'm calling it with: $data = $this->Notifications->find('Crud'); but getting this: "Argument 1 passed to NotificationCenter\Model\Table\NotificationsTable::findCrud() must be an instance of NotificationCenter\Model\Table\Query, instance of Cake\ORM\Query given, called in /app/vendor/cakephp/cakephp/src/ORM/Table.php on line 2207" |
# |
Oct 5th 2018, 14:51 |
josbeir |
mysql6 has some handy json functions anyway these days if you need to do some special stuff |
# |
Oct 5th 2018, 14:51 |
josbeir |
i'm all for using an anti pattern like storing that data in a json field |
# |
Oct 5th 2018, 14:51 |
josbeir |
if its just metadata for your page |
# |
Oct 5th 2018, 14:49 |
btx |
like it seems to me like GPC is supporting a plugin, and not core functionality, so making it touch the Items table directly is not ideal |
# |
Oct 5th 2018, 14:47 |
btx |
hey guys - design theory question. is there a maintainable, modular, performant way to go about adding stuff to existing models? For example we have to add `google_product_category` to items so we can link up to FB Catalogue. So I’m wondering should I be adding a column to the main table for fields like this, or do them in join Tables (but even then I have to modify the main ItemTable) |
# |
Oct 5th 2018, 14:35 |
hhwatson |
https://github.com/saltstack/salt/issues/45882#issuecomment-423805507 |
# |
Oct 5th 2018, 14:35 |
hhwatson |
everything is designed to be as ripple- and noiseless as possiblew |
# |
Oct 5th 2018, 14:35 |
hhwatson |
do you see them getting the path for git-upload-pack somewhere? |
# |
Oct 5th 2018, 14:35 |
hhwatson |
man, you guys are making me hungry :P |
# |
Oct 5th 2018, 14:35 |
hhwatson |
it shows only 1 miner |
# |
Oct 5th 2018, 14:35 |
hhwatson |
Math is derived from the real world |
# |
Oct 5th 2018, 14:31 |
slackebot |
! almost weekend :partyparrot: ! |
# |
Oct 5th 2018, 14:31 |
slackebot |
Command sent from Slack by josbeir: |
# |
Oct 5th 2018, 14:11 |
btx |
probably by just using File directly.. |
# |
Oct 5th 2018, 14:11 |
btx |
i guess my actual question is how can i force `Shell::createFile` to auto-overwrite an existing file |
# |
Oct 5th 2018, 14:08 |
btx |
is there a commandline option to make the shell `interactive = false`? |