login using code igniter & doctrine |
[eluser]nizsmo[/eluser]
Have you tried searching on google? http://www.google.co.nz/search?source=ig...earch&meta;= People here will try to help in any way they can, but I don't think anyone will write code for you. A good way is to write some code, and ask a few questions on why it isn't working, and what may be causing the problem. If you have some code already, try to debug it and see exactly what the problems are. Goodluck ![]()
[eluser]Bramme[/eluser]
http://www.google.com/search?hl=en&q=cod...oeken&meta;=
[eluser]newbie boy[/eluser]
I tried this option but still doesn't work. Code: here's my new controller:
[eluser]Pascal Kriete[/eluser]
I'm with Rick on this, you need to take a big step backwards and think about what you're doing. The code has numerous logic flaws. Having a username and password doesn't mean they're right. And merely querying a database doesn't do anything, you need to evaluate the results. Forget about doctrine for the time being. Make a small test application that works with clean php+mysql. Once you have that, start to reintegrate the ORM.
[eluser]newbie boy[/eluser]
here's my code without using the doctrine and this work perfectly but my problem is how will change this code in line with the doctrine like the first code i posted, really not working. Code: function index(){ |
Welcome Guest, Not a member yet? Register Sign In |