Log message #4149664

# At Username Text
# Jun 11th 2018, 12:09 mohitprakashsharma555 $states = $this->Counties->States->find('list', ['limit' => 200]);
# Jun 11th 2018, 12:08 mohitprakashsharma555 i am getting id on this relaction i want name how i can set name fields $this->belongsTo('States', [ 'foreignKey' => 'state_id', 'joinType' => 'INNER' ]);
# Jun 11th 2018, 12:07 joopm but i need to pre filter in the model
# Jun 11th 2018, 12:07 edgaras.jan and remove matching(), leave only `return $query->where(['CompanyTypes.id' => 1]);`
# Jun 11th 2018, 12:07 joopm that would not work,i want that i want to filter companies by their type,i know i can make a find in the controller and pass to the template
# Jun 11th 2018, 12:05 edgaras.jan joopm: try moving finder to CompanyTypesTable
# Jun 11th 2018, 12:04 joopm but can not find anything than the cookbook
# Jun 11th 2018, 12:04 joopm if you can show me a real life Conditional Associations it would be also useful
# Jun 11th 2018, 12:02 lorenzo cool
# Jun 11th 2018, 12:02 josbeir thats what i tought, i'll make a pr asap :slightly_smiling_face:
# Jun 11th 2018, 12:02 pedroseco @lorenzo thanks :slightly_smiling_face:
# Jun 11th 2018, 12:02 lorenzo I think the interface was added recently
# Jun 11th 2018, 12:02 josbeir @lorenzo little ES question, is there a reason why the ES ResultSet class doesn't implement Cake\Datasource\ResultsetInterface ?
# Jun 11th 2018, 12:01 lorenzo definitely
# Jun 11th 2018, 11:57 pedroseco in this case the behaviour would be the best approach don’t you think?
# Jun 11th 2018, 11:56 pedroseco after it gets manipulated
# Jun 11th 2018, 11:56 pedroseco or I could just save this data into a secondary “body” field
# Jun 11th 2018, 11:56 lorenzo then adding the functions to the entity sounds best
# Jun 11th 2018, 11:55 pedroseco Would only use it on the read
# Jun 11th 2018, 11:55 lorenzo joomp if you add a die() in the initialize method of your companies table, does it die?
# Jun 11th 2018, 11:55 pedroseco not this case, I would maintain the original data in the db
# Jun 11th 2018, 11:55 lorenzo it depends, I woudl use the behavior if you want to save the data directly in the database after applying the function
# Jun 11th 2018, 11:54 pedroseco Hi @lorenzo, so the behaviour would not be a good option?
# Jun 11th 2018, 11:54 lorenzo @pedroseco you could add those methods to the entity
# Jun 11th 2018, 11:51 loginews ok I found the answer: it's $psale->saleitem->ITEMNUM.... thanks.
# Jun 11th 2018, 11:49 joopm thats the model file
# Jun 11th 2018, 11:49 joopm https://thepasteb.in/p/MjhxLXXkq5kSV
# Jun 11th 2018, 11:47 joopm and base url is localhost
# Jun 11th 2018, 11:47 joopm i use xampp
# Jun 11th 2018, 11:47 joopm i want to use in conditional association
# Jun 11th 2018, 11:46 joopm https://thepasteb.in/p/j2hlw88yjgnhP
# Jun 11th 2018, 11:46 pedroseco question: I made a method that replaces strings from my “Posts” table body field, and altough I’m using it directly on my view() method, I ask if there was a better way on doing this since I have more methods that call my data. Should I be using a method to keep this DRY?
# Jun 11th 2018, 11:46 loginews File uploaded https://cakesf.slack.com/files/U435V89H8/FB64EH0DC/learning_association.txt / https://slack-files.com/T053DPNCM-FB64EH0DC-36015f6b74 - line 8 above is wrong. What is the right syntax ? Thanks.
# Jun 11th 2018, 11:44 pedroseco Hi everyone!
# Jun 11th 2018, 11:44 lorenzo what’s the url you use for your development environment?
# Jun 11th 2018, 11:43 lorenzo I would say that you should focus on first figuring out why debugkit is not present
# Jun 11th 2018, 11:43 lorenzo but that is not the issue, I think
# Jun 11th 2018, 11:43 lorenzo btw, you should use `find('external')`instead of `External`
# Jun 11th 2018, 11:43 joopm the log file shows this Error: [BadMethodCallException] Unknown finder method "External"
# Jun 11th 2018, 11:42 joopm the error show exactly to this line $companies = $this->paginate($this->Companies);
# Jun 11th 2018, 11:42 lorenzo do you see any error about debugkit in the logs?