Re: XanashCMS | From 0 | The Basic CMS
Quote:
Originally Posted by
Droppy
Code:
"/" . $core_folder . "/config.php"
you can just
Code:
"/{$core_folder}/config.php"
You know what would be even better? Learning to use single quotes and not have the var-in-string-concentration bullshit from PHP.
Re: XanashCMS | From 0 | The Basic CMS
Quote:
Originally Posted by
azaidi
You know what would be even better? Learning to use single quotes and not have the var-in-string-concentration bullshit from PHP.
It's really personal preference. In my opinion, that 'bullshit' is easier to read.
Re: XanashCMS | From 0 | The Basic CMS
You should better learn PHP then develop a CMS.