Questions tagged as 'solid'

1
answer

Abstraction of the Connection PHP PDO class

Personal I have the following class for connecting to database ... namespace App\Database; class Conn { public static function getDb() { return new \PDO('mysql:host=localhost;dbname=dkse','root','root'); } } It's a very...
asked by 04.07.2017 / 00:13
0
answers

Can any project be appropriate to SOLID principles? What are the steps to this?

I'm trying to tailor one of my projects to SOLID standards , however, I'm not getting out of milestone . The project in question can be found at: link After a few tries the following doubts appeared: Is every project passive to confo...
asked by 17.08.2018 / 16:14
0
answers

Solidworks PDM API - IEdmBomView.GetRows does not return the same items for the BOM that are in the PDM

I have a C # routine that exports the BOM, but when I validated it, the 2 items marked in the image are not returned by the GetRows routine of the IEdmBomView class. Items are normal in Solidworks. And when I export the Bill of Materials to Exce...
asked by 05.10.2016 / 15:05