File tree Expand file tree Collapse file tree 5 files changed +34
-0
lines changed
Expand file tree Collapse file tree 5 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ * https://www.youtube.com/watch?v=VnvRFRk_51k
Original file line number Diff line number Diff line change 11
22
33* http://php.net/manual/en/intro.pdo.php
4+ * https://www.cloudways.com/blog/connect-mysql-with-php/
45
56
67# extend other driver
Original file line number Diff line number Diff line change 1+
2+ * https://www.php.net/manual/en/datetime.format.php
3+ * https://www.php.net/manual/en/timezones.asia.php
4+
5+
6+ ``` php
7+ # laravel
8+ {{ $model->created_at->setTimezone('Asia/Dhaka') }}
9+ ```
Original file line number Diff line number Diff line change 1+ * https://arc.dev/interview/php-interview-questions-and-answers
2+ * https://codingcompiler.com/php-interview-questions-answers/
3+ * https://github.com/MaximAbramchuck/awesome-interview-questions
Original file line number Diff line number Diff line change 1+
2+
3+ * https://medium.com/solvup-tech/php-best-practices-with-psr-standards-d960498e1cd0
4+
5+
6+ # psr-0
7+
8+ * https://www.php-fig.org/psr/psr-0/
9+
10+ # psr-1
11+
12+ * https://www.php-fig.org/psr/psr-1/
13+
14+ # psr-2
15+
16+ * https://www.php-fig.org/psr/psr-2/
17+
18+ ``` php
19+ \<Vendor Name >\(<Namespace >\)*<Class Name >
20+ ```
You can’t perform that action at this time.
0 commit comments