Derek Allard recently announced that new projects should use CodeIgniter 2.0 whose code is well baked and it is fully PHP5.
What concerns me though is the process seems ad-hoc, there was no beta though he recommends this as being stable for all future code and it is still making updates off 1.x instead of a rewrite.
There is also littl...
For some reason in CI 2.0 the URLS do not work.
http://localhost/myapp/ - will open the default controller (bc it finds index.php)
http://localhost/myapp/index.php/home/ - will open the default controller
http://localhost/myapp/home/ - will show path not found
I am not sure if this is a problem with 2.0 or a specific problem with my ...
Heres what I'm trying to do.
I want to have a homepage with my signup form that doesn't refresh the page every time a validation step is failed.
I want my signup form to have 2 steps.
1st step signup form fields and date dropdown.. when all this is passed successfully then it will forward to captcha without refreshing the page or mayb...
Currently after my form has passed validation it forwards to an html page.
I would like to have one last step that pulls reCaptcha and when reCaptcha has been passed only then is the registration details of the user sent to my database and user forwarded to what ever page I choose.
Please advise me on the best way to do this thanks...
I'm trying to implement modular extensions into a codeigniter 2 setup but am having a few problems. I followed the installation instructions on the wiki and everything was working fine. Then I started to play around a bit and try and use it. All I did was create a new module called users with the required folders and added a model class ...
I've recently managed to get the betas of Codeigniter 2.0 and Doctrine 2.0 working together, thanks to the help from this guide: http://eryr.wordpress.com/2010/09/26/integrating-doctrine-2-with-codeigniter-2/
I have set up the CLI as set out in that guide, but I can't run any commands - I type doctrine and get the menu and list of comma...