Look at this:
- I buy SC at 5.jan.2017
- I started to create app at 8.jan.2017
- it happens to me 3 times
- last time to day
- it a danger to touch app in project
- every day when I work with SC I found some bugs or malfunctions
- environment is unstabile
- no coding standards in generated code
- third party libs are old
- generated code is a mesh
- I try to report bugs but there is no way to do that
- support gay is giving only early beginners advise
This is really annoying.
I try to catch attention of creators and make them to wake up and do something with SC.
The last hope is SC9.
The SC8 is not deserve to be bought. It is like a bad beta version.
And that is true.
[SIZE=16px]Anyway I like your posts and you are doing a really good job.
But I can say the same about NetMake.[/SIZE]
example of the dependency injection in final code:
$modulo - is a name of another object stored in property
every object has only public properties and methods
in the all code not used constructor method
class grid_xxxxxx_apl {
function prep_modulos($modulo)
{
$this->$modulo->Ini = $this->Ini;
$this->$modulo->Db = $this->Db;
$this->$modulo->Erro = $this->Erro;
$this->$modulo->Lookup = $this->Lookup;
$this->$modulo->arr_buttons = $this->arr_buttons;
}