EllisLab text mark
Advanced Search
     
Yalsci: Yet! Another Login System for CodeIgniter
Posted: 15 July 2010 12:43 PM   [ Ignore ]
Joined: 2010-07-15
3 posts

Hello, I made an authentication system for CodeIgniter 1.7.2, the documentation is in progress, but I think you will not have several problems to try it.
Could anyone give me some feedback?
The project page is: http://code.google.com/p/yalsci
For feedbacks, please comments in: http://iquark.org/yalsci

Greetings! :D

 
Posted: 25 July 2010 04:06 AM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Joined: 2009-05-16
72 posts

i think you need to improve in a few areas: your naming schemes are very inconsistent and bad (reading a book on code design patterns would be a good idea), you should learn to use arrays in a more practical way instead of calling the same functions over and over again to store data, and also you should try your best not to write “spaghetti”.

 Signature 

sr web applications developer
ci, mysql driven, jquery powered (mostly social web applications)

taky.bz, blackhat

 
Posted: 25 July 2010 06:48 PM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Joined: 2010-07-15
3 posts

thanks for your comment, I’ll look at code to improve it wink.

 
Posted: 25 July 2010 10:52 PM   [ Ignore ]   [ # 3 ]   [ Rating: 0 ]
Joined: 2009-05-16
72 posts

smile i can help you personally if you want to contact me via AIM (taky)

 Signature 

sr web applications developer
ci, mysql driven, jquery powered (mostly social web applications)

taky.bz, blackhat

 
Posted: 26 July 2010 08:08 PM   [ Ignore ]   [ # 4 ]   [ Rating: 0 ]
Joined: 2010-07-15
3 posts

Thanks, where are you from? maybe our timezones are not good for a direct conversation (I am spanish, maybe you notice for my bad english :D), I’ll make an AIM account and I will contact you.
The code was made fastly, I have to clean it when I have a little more time (and the documentation raspberry).
Can you tell any tip to take a look at code?

Greeetings!