Your Open Source
Free YourOpenSource Softwares Online Resources and Softwares Downloads with Demo
Framework
Cacke PHP Guide For beginner Part 1 (Configuration)
Steps to Start the cake PHP frame work follow the following steps to start your project with cake PHP get the stable version from http://cakephp.org/ download the zip file and unzip inside your root directory the folder look like --------------------------------------- /path_to_document_root /app /cake /vendors .htaccess index.php VERSION.t..
321
Oct 18 08 04:03:03
Damu
Cake PHP helps some tips samples
hi here some tips and samples for the cake php How to store the values in to the Session in cake PHP: $someone = $this->User->findByUsername($this->data['User']['username']); now the $someone have the values collected depends on the user name. Store into session: $this->Session->write('User', $someone['User']); How To read the Sessio..
203
Nov 07 08 06:27:49
Damu
Cake PHP Editor
hi friends . how to use your dream viewer to edit the cake php files(.ctp files and .thtml files) Do the following steps to make your dream viewer to edit the cake php files. Step1: lock at the folder name Configuration in your dreamviewerinstallation folder location like "C:\Program Files\Macromedia\Dreamweaver 8\Configuration" ed..
496
Oct 31 08 12:12:00
Damu
SET THE CSS FOR THE CAKE PHP
in general method: <?php echo $html->css('styles'); ?> how to set the css file for the particular controller and particular action. <?php class NotesController extends AppController { var $name = 'Notes'; function index() { $this->set("CSS", "main"); // main is the css file name } function addnotes($id){ ..
231
Oct 31 08 12:12:49
Damu
Simple ajax in cake php , how to call the ajax
How to use the ajx in the cake php controller page: View page: <?php // function link($title, $href = null, $options = array(), $confirm = null, $escapeTitle = true) { echo $ajax->link('link1','/profiles/damu',array('update' => 'divout')); ?>
269
Nov 21 08 11:37:28
Damu
Magento
Can’t login to magento admin after installation. If the domain is not a true domain then this problem occurs. Its like if you use your localhost to run magento store,then you will face this problem. You can overcome this by browsing using ur ip address or you can remove these three line from the following page. app\code\core\Mage\Core\Mod..
23
Mar 09 10 07:58:13
Vickeey2003
Magento
Magento template installation procedure Let's start the Magento template installation. 1. Open hosting control pane.2. Get to database management tool (usually phpMyAdmin is used).3. Create new database.4. Import the dump.sql file from the template sources>sample data folder.5. Run your website (the installation procedure begins).6. Enter a..
37
Mar 09 10 08:00:55
Vickeey2003




