- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
5 Posted Topics
i suggest to store only the name of the image in databse.When you want to display it you can give the folder path + image name(that comes from databse). this is better than storing whole path in database.
Cakephp is quite easy to learn compare to other frameworks i think so.if your basics are clear you can understand it in short time.
Why should we change the Security Salt value in CakePHP? and What if we don't change the value?
go to app/Config/core.php and change the default value to any as you wish /* below are just examples */ Configure::write('Security.salt', 'hG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9'); Configure::write('Security.cipherSeed', '8593096574535424967496836'); this will solve two errors.For database error you can follow veedeoo 's answer. Even after applying all the changes given as above if you face errors then …
i suggest not to use plugin if the same purpose can be achived by little hard code.
The End.
kevinpatel