CodeIgniter Forums
Need help to learn Codeigniter with Database - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Need help to learn Codeigniter with Database (/showthread.php?tid=72116)



Need help to learn Codeigniter with Database - Ahmed Haroon - 11-08-2018

hi all,

I am trying to dive into Codeigniter and knew without the help of official Documentation and experts like you this will be much difficult, I am especially interested in creating Database applications for which if someone can help to find step by step tutorial to create complete application using Oracle database ( i am doing job as oracle database developer - SQL and PLSQL ), if not MYSQL guide can be helpful.
Please share link(s) to get into it.

regards


RE: Need help to learn Codeigniter with Database - InsiteFX - 11-08-2018

Tutorials - Oracle Learning Library


RE: Need help to learn Codeigniter with Database - php_rocs - 11-08-2018

@ahmed Haroon,

The CI documentation is (in my opinion) quite good [ https://codeigniter.com/user_guide/tutorial/index.html ]. Also, a basic Google search will give you plenty of video options to look at as well [ https://www.google.com/search?safe=active&client=firefox-b-1-ab&ei=9mfkW5TkLcjAzgKRxLH4Bg&q=how+to+create+web+application+using+codeigniter+2017&oq=how+to+create+web+application+using+codeigniter+2017&gs_l=psy-ab.3...8900.14126..15126...0.0..0.1112.3391.4-1j3j0j1......0....1..gws-wiz.......0i71j0i22i30j33i299j33i160.ZaK-6sD_xI4 ].

Last but not least...searching the forums for similar questions [ https://forum.codeigniter.com/search.php?action=results&sid=35ddf5978a80007ed973b08b40c41eb5&sortby=lastpost&order=desc ]

More than likely the examples will be MySQL not Oracle.


RE: Need help to learn Codeigniter with Database - Ahmed Haroon - 11-08-2018

(11-08-2018, 09:46 AM)InsiteFX Wrote: Tutorials - Oracle Learning Library

thanks but I am not asking for help to learn oracle as I am already doing job as an Oracle Developer, one of our Client required to change from Oracle Forms and Reports to a modern web application and I am exploring how can be achieve speedy and after searching I found that CI is better to fulfill their requirement as per their applications implemented.
Just one thing I failed to found yet is Master-Detail implementation in CI ( also checked with Grocery CRUD ), is there a solution for that?

regards


RE: Need help to learn Codeigniter with Database - Ahmed Haroon - 11-08-2018

(11-08-2018, 09:49 AM)php_rocs Wrote: @ahmed Haroon,

The CI documentation is (in my opinion) quite good [ https://codeigniter.com/user_guide/tutorial/index.html ].  Also, a basic Google search will give you plenty of video options to look at as well [ https://www.google.com/search?safe=active&client=firefox-b-1-ab&ei=9mfkW5TkLcjAzgKRxLH4Bg&q=how+to+create+web+application+using+codeigniter+2017&oq=how+to+create+web+application+using+codeigniter+2017&gs_l=psy-ab.3...8900.14126..15126...0.0..0.1112.3391.4-1j3j0j1......0....1..gws-wiz.......0i71j0i22i30j33i299j33i160.ZaK-6sD_xI4 ].

Last but not least...searching the forums for similar questions [ https://forum.codeigniter.com/search.php?action=results&sid=35ddf5978a80007ed973b08b40c41eb5&sortby=lastpost&order=desc ]

More than likely the examples will be MySQL not Oracle.
first thanks very much for response, i am checking CI documentation and always the official documentation is the first place to check to getting help. Also i have googled but various are in earlier than version 3, some found for ver >= 3 and bookmarked.

regards