
Search In
Hello friends,
This is very important to search a file in Ubantu server like my location in the server is "var/www/html/myproject" and I want to make some changes in my php.ini file but I don't know the location of php.ini file. This i
Can any one tell me how to Deployment Repository / Scourse Code To a Server ...
Like For Localhost:3000
We need to locate our Scourse Code Folder then Run File on Powershell then Put Commend :
nmp install
Then after that we need to op
We live in a world where structures and systems are being run by special codes. Everything is becoming automated. Interestingly, the majority of people have no clue what coding is. Even if you’ve never sat in a computer class and learned the va
Hello Readers,
In this tutorial, I will explain how to add Store View selection to Module’s Adminhtml
This article assumes you already know how to create Magento Admin grid.
Go to Namespace/Module/Block/Adminhtml/Module/Edit/Tab/Form.ph
There are TinyMCE editor & CKEditor mostly used in web application. Here we'll discuss about CKEditor integration in our rails application. Editor is basically used by the web users to post formated contents to the sever. This blog will
Hello Readers ,
If you want to echo out the current URL in cakephp then follow the below codes.
Current URL: http://example.com/controller/action/?query=12
We can do it this way like.
<?php echo $this->request->here; ?>
By using thi
Hi. If you are looking for code to alert user if his cookies are enable or not, Then look the code as below:-
paste the code in you file
<?php
if (isset($_COOKIE['cookieCheck'])) {
echo 'Your cookie is Enable';
} else {
if (isset($_GET[
It’s right to call a domain a list of criteria. The point to note here is that each criterion is a triple (either a list or a tuple) of (field_name, operator, value) where:
field_name (str)
It can be defined as a field name of the current model
Coder missed a very simple fix and general good practice that you should always initialize your object before you try to set a property. It is very simple fix for this is simply to add a new StdClass; call right before the error with the variable it
To Called within an except block to allow converting exceptions to arbitrary responses. Anything returned (except None) will be used as response. use this code given below in openerp.
def _handle_exception(self, exception):
"""Called within
